Html Css Color HEX #3268BF Cerulean Blue

📋 copy color: '#3268BF'

red 50 ◦ green 104 ◦ blue 191

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

Shades of Cerulean Blue #3268BF

Tints of Cerulean Blue #3268BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.36%

R = 14.49%
G = 30.14%
B = 55.36%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3268BF (or 0x3268BF) is known color: Cerulean Blue. HEX triplet: 32, 68 and BF. RGB value is (50,104,191). Sum of RGB (Red+Green+Blue) = 50+104+191=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3268BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268BF is #CD9740. Grayscale: #616161. Windows color (decimal): -13473601 or 12544050. OLE color: 12544050.

HSL color Cylindrical-coordinate representation of color #3268BF: hue angle of 217.02º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3268BF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 104 191 -
CMYK 0.74 0.46 0 0.25
HSL 217.02º 0.59% 0.47% -
HSV(B) 217.02º 0.74% 0.75% -
XYZ 15.67 14.34 51.23 -
YUV 97.77 180.61 93.93 -
System Red Green Blue C M Y K H S L
Decimal 50 104 191 0.74 0.46 0 0.25 217.02 0.59 0.47
Hex 32 68 BF 4A 2E 0 19 D9 3B 2F
Octal 62 150 277 112 56 0 31 331 73 57
Binary 110010 1101000 10111111 1001010 101110 0 11001 11011001 111011 101111

Color Harmonies of #3268BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268BF

Black with #3268BF

Text Example


Text Example

White with #3268BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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