Html Css Color HEX #3267BC Cerulean Blue

📋 copy color: '#3267BC'

red 50 ◦ green 103 ◦ blue 188

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

Shades of Cerulean Blue #3267BC

Tints of Cerulean Blue #3267BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 14.66%
G = 30.21%
B = 55.13%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3267BC (or 0x3267BC) is known color: Cerulean Blue. HEX triplet: 32, 67 and BC. RGB value is (50,103,188). Sum of RGB (Red+Green+Blue) = 50+103+188=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #3267BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267BC is #CD9843. Grayscale: #606060. Windows color (decimal): -13473860 or 12347186. OLE color: 12347186.

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

Color convert

RGB 50 103 188 -
CMYK 0.73 0.45 0 0.26
HSL 216.96º 0.58% 0.47% -
HSV(B) 216.96º 0.73% 0.74% -
XYZ 15.24 14.01 49.48 -
YUV 96.84 179.44 94.59 -
System Red Green Blue C M Y K H S L
Decimal 50 103 188 0.73 0.45 0 0.26 216.96 0.58 0.47
Hex 32 67 BC 49 2D 0 1A D9 3A 2F
Octal 62 147 274 111 55 0 32 331 72 57
Binary 110010 1100111 10111100 1001001 101101 0 11010 11011001 111010 101111

Color Harmonies of #3267BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3267BC

Black with #3267BC

Text Example


Text Example

White with #3267BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3267BC; }

 p { color: rgb(50,103,188); }

 H1.HeaderClassName
 {
   color: #3267BC;
 }
 .AnyTagClassName
 {
   color: #3267BC;
 }
</style>

background-color css

<style>
 a { background-color: #3267BC; }

 a { background-color: rgb(50,103,188); }

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

border-color css

<style>
 span { border-color: #3267BC; }

 span { border-color: rgb(50,103,188); }

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