Html Css Color HEX #3268BA Cerulean Blue

📋 copy color: '#3268BA'

red 50 ◦ green 104 ◦ blue 186

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

Shades of Cerulean Blue #3268BA

Tints of Cerulean Blue #3268BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 14.71%
G = 30.59%
B = 54.71%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3268BA (or 0x3268BA) is known color: Cerulean Blue. HEX triplet: 32, 68 and BA. RGB value is (50,104,186). Sum of RGB (Red+Green+Blue) = 50+104+186=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #3268BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268BA is #CD9745. Grayscale: #606060. Windows color (decimal): -13473606 or 12216370. OLE color: 12216370.

HSL color Cylindrical-coordinate representation of color #3268BA: hue angle of 216.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3268BA is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 104 186 -
CMYK 0.73 0.44 0 0.27
HSL 216.18º 0.58% 0.46% -
HSV(B) 216.18º 0.73% 0.73% -
XYZ 15.13 14.12 48.38 -
YUV 97.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 50 104 186 0.73 0.44 0 0.27 216.18 0.58 0.46
Hex 32 68 BA 49 2C 0 1B D8 3A 2E
Octal 62 150 272 111 54 0 33 330 72 56
Binary 110010 1101000 10111010 1001001 101100 0 11011 11011000 111010 101110

Color Harmonies of #3268BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268BA

Black with #3268BA

Text Example


Text Example

White with #3268BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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