Html Css Color HEX #3268BC Cerulean Blue

📋 copy color: '#3268BC'

red 50 ◦ green 104 ◦ blue 188

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

Shades of Cerulean Blue #3268BC

Tints of Cerulean Blue #3268BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 14.62%
G = 30.41%
B = 54.97%

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

#3268BC (or 0x3268BC) is known color: Cerulean Blue. HEX triplet: 32, 68 and BC. RGB value is (50,104,188). Sum of RGB (Red+Green+Blue) = 50+104+188=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #3268BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268BC is #CD9743. Grayscale: #616161. Windows color (decimal): -13473604 or 12347442. OLE color: 12347442.

HSL color Cylindrical-coordinate representation of color #3268BC: hue angle of 216.52º 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 #3268BC is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 104 188 -
CMYK 0.73 0.45 0 0.26
HSL 216.52º 0.58% 0.47% -
HSV(B) 216.52º 0.73% 0.74% -
XYZ 15.34 14.21 49.51 -
YUV 97.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 50 104 188 0.73 0.45 0 0.26 216.52 0.58 0.47
Hex 32 68 BC 49 2D 0 1A D9 3A 2F
Octal 62 150 274 111 55 0 32 331 72 57
Binary 110010 1101000 10111100 1001001 101101 0 11010 11011001 111010 101111

Color Harmonies of #3268BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268BC

Black with #3268BC

Text Example


Text Example

White with #3268BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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