Html Css Color HEX #3264BD Cerulean Blue

📋 copy color: '#3264BD'

red 50 ◦ green 100 ◦ blue 189

#3264BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3264BD

Tints of Cerulean Blue #3264BD

RGB

 RED value IS 50 (19.92% from 255) = 14.75%

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 14.75%
G = 29.5%
B = 55.75%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3264BD (or 0x3264BD) is known color: Cerulean Blue. HEX triplet: 32, 64 and BD. RGB value is (50,100,189). Sum of RGB (Red+Green+Blue) = 50+100+189=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #3264BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264BD is #CD9B42. Grayscale: #5E5E5E. Windows color (decimal): -13474627 or 12411954. OLE color: 12411954.

HSL color Cylindrical-coordinate representation of color #3264BD: hue angle of 218.42º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3264BD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 100 189 -
CMYK 0.74 0.47 0 0.26
HSL 218.42º 0.58% 0.47% -
HSV(B) 218.42º 0.74% 0.74% -
XYZ 15.06 13.47 49.95 -
YUV 95.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 50 100 189 0.74 0.47 0 0.26 218.42 0.58 0.47
Hex 32 64 BD 4A 2F 0 1A DA 3A 2F
Octal 62 144 275 112 57 0 32 332 72 57
Binary 110010 1100100 10111101 1001010 101111 0 11010 11011010 111010 101111

Color Harmonies of #3264BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264BD

Black with #3264BD

Text Example


Text Example

White with #3264BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3264BD; }

 p { color: rgb(50,100,189); }

 H1.HeaderClassName
 {
   color: #3264BD;
 }
 .AnyTagClassName
 {
   color: #3264BD;
 }
</style>

background-color css

<style>
 a { background-color: #3264BD; }

 a { background-color: rgb(50,100,189); }

 div.DivClassName
 {
   background-color: #3264BD;
 }
 .BgClassName
 {
   background-color: #3264BD;
 }
</style>

border-color css

<style>
 span { border-color: #3264BD; }

 span { border-color: rgb(50,100,189); }

 td.TdClassName
 {
   border-color: #3264BD;
 }
 .TagClassName
 {
   border-color: #3264BD;
 }
</style>