Html Css Color HEX #3268BD Cerulean Blue

📋 copy color: '#3268BD'

red 50 ◦ green 104 ◦ blue 189

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

Shades of Cerulean Blue #3268BD

Tints of Cerulean Blue #3268BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.1%

R = 14.58%
G = 30.32%
B = 55.1%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3268BD (or 0x3268BD) is known color: Cerulean Blue. HEX triplet: 32, 68 and BD. RGB value is (50,104,189). Sum of RGB (Red+Green+Blue) = 50+104+189=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #3268BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3268BD is #CD9742. Grayscale: #616161. Windows color (decimal): -13473603 or 12412978. OLE color: 12412978.

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

Color convert

RGB 50 104 189 -
CMYK 0.74 0.45 0 0.26
HSL 216.69º 0.58% 0.47% -
HSV(B) 216.69º 0.74% 0.74% -
XYZ 15.45 14.25 50.08 -
YUV 97.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 50 104 189 0.74 0.45 0 0.26 216.69 0.58 0.47
Hex 32 68 BD 4A 2D 0 1A D9 3A 2F
Octal 62 150 275 112 55 0 32 331 72 57
Binary 110010 1101000 10111101 1001010 101101 0 11010 11011001 111010 101111

Color Harmonies of #3268BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3268BD

Black with #3268BD

Text Example


Text Example

White with #3268BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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