Html Css Color HEX #3368BD Cerulean Blue

📋 copy color: '#3368BD'

red 51 ◦ green 104 ◦ blue 189

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

Shades of Cerulean Blue #3368BD

Tints of Cerulean Blue #3368BD

RGB

 RED value IS 51 (20.31% from 255) = 14.83%

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

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

R = 14.83%
G = 30.23%
B = 54.94%

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

#3368BD (or 0x3368BD) is known color: Cerulean Blue. HEX triplet: 33, 68 and BD. RGB value is (51,104,189). Sum of RGB (Red+Green+Blue) = 51+104+189=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #3368BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368BD is #CC9742. Grayscale: #616161. Windows color (decimal): -13408067 or 12412979. OLE color: 12412979.

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

Color convert

RGB 51 104 189 -
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.5 14.28 50.08 -
YUV 97.84 179.44 94.59 -
System Red Green Blue C M Y K H S L
Decimal 51 104 189 0.73 0.45 0 0.26 216.96 0.58 0.47
Hex 33 68 BD 49 2D 0 1A D9 3A 2F
Octal 63 150 275 111 55 0 32 331 72 57
Binary 110011 1101000 10111101 1001001 101101 0 11010 11011001 111010 101111

Color Harmonies of #3368BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3368BD

Black with #3368BD

Text Example


Text Example

White with #3368BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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