Html Css Color HEX #364CBD Cerulean Blue

📋 copy color: '#364CBD'

red 54 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #364CBD

Tints of Cerulean Blue #364CBD

RGB

 RED value IS 54 (21.48% from 255) = 16.93%

 GREEN value IS 76 (30.08% from 255) = 23.82%

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

R = 16.93%
G = 23.82%
B = 59.25%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#364CBD (or 0x364CBD) is known color: Cerulean Blue. HEX triplet: 36, 4C and BD. RGB value is (54,76,189). Sum of RGB (Red+Green+Blue) = 54+76+189=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #364CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CBD is #C9B342. Grayscale: #515151. Windows color (decimal): -13218627 or 12405814. OLE color: 12405814.

HSL color Cylindrical-coordinate representation of color #364CBD: hue angle of 230.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364CBD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 76 189 -
CMYK 0.71 0.60 0 0.26
HSL 230.22º 0.56% 0.48% -
HSV(B) 230.22º 0.71% 0.74% -
XYZ 13.29 9.63 49.3 -
YUV 82.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 54 76 189 0.71 0.60 0 0.26 230.22 0.56 0.48
Hex 36 4C BD 47 3C 0 1A E6 38 30
Octal 66 114 275 107 74 0 32 346 70 60
Binary 110110 1001100 10111101 1000111 111100 0 11010 11100110 111000 110000

Color Harmonies of #364CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CBD

Black with #364CBD

Text Example


Text Example

White with #364CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364CBD; }

 p { color: rgb(54,76,189); }

 H1.HeaderClassName
 {
   color: #364CBD;
 }
 .AnyTagClassName
 {
   color: #364CBD;
 }
</style>

background-color css

<style>
 a { background-color: #364CBD; }

 a { background-color: rgb(54,76,189); }

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

border-color css

<style>
 span { border-color: #364CBD; }

 span { border-color: rgb(54,76,189); }

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