Html Css Color HEX #3264B3 Cerulean Blue

📋 copy color: '#3264B3'

red 50 ◦ green 100 ◦ blue 179

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

Shades of Cerulean Blue #3264B3

Tints of Cerulean Blue #3264B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.41%

R = 15.2%
G = 30.4%
B = 54.41%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3264B3 (or 0x3264B3) is known color: Cerulean Blue. HEX triplet: 32, 64 and B3. RGB value is (50,100,179). Sum of RGB (Red+Green+Blue) = 50+100+179=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #3264B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264B3 is #CD9B4C. Grayscale: #5D5D5D. Windows color (decimal): -13474637 or 11756594. OLE color: 11756594.

HSL color Cylindrical-coordinate representation of color #3264B3: hue angle of 216.74º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3264B3 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 100 179 -
CMYK 0.72 0.44 0 0.30
HSL 216.74º 0.56% 0.45% -
HSV(B) 216.74º 0.72% 0.7% -
XYZ 14.01 13.05 44.43 -
YUV 94.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 50 100 179 0.72 0.44 0 0.30 216.74 0.56 0.45
Hex 32 64 B3 48 2C 0 1E D9 38 2D
Octal 62 144 263 110 54 0 36 331 70 55
Binary 110010 1100100 10110011 1001000 101100 0 11110 11011001 111000 101101

Color Harmonies of #3264B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264B3

Black with #3264B3

Text Example


Text Example

White with #3264B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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