Html Css Color HEX #364DB1 Cerulean Blue

📋 copy color: '#364DB1'

red 54 ◦ green 77 ◦ blue 177

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

Shades of Cerulean Blue #364DB1

Tints of Cerulean Blue #364DB1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 177 (69.53% from 255) = 57.47%

R = 17.53%
G = 25%
B = 57.47%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#364DB1 (or 0x364DB1) is known color: Cerulean Blue. HEX triplet: 36, 4D and B1. RGB value is (54,77,177). Sum of RGB (Red+Green+Blue) = 54+77+177=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #364DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DB1 is #C9B24E. Grayscale: #515151. Windows color (decimal): -13218383 or 11619638. OLE color: 11619638.

HSL color Cylindrical-coordinate representation of color #364DB1: hue angle of 228.78º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364DB1 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 77 177 -
CMYK 0.69 0.56 0 0.31
HSL 228.78º 0.53% 0.45% -
HSV(B) 228.78º 0.69% 0.69% -
XYZ 12.11 9.27 42.75 -
YUV 81.52 181.88 108.37 -
System Red Green Blue C M Y K H S L
Decimal 54 77 177 0.69 0.56 0 0.31 228.78 0.53 0.45
Hex 36 4D B1 45 38 0 1F E5 35 2D
Octal 66 115 261 105 70 0 37 345 65 55
Binary 110110 1001101 10110001 1000101 111000 0 11111 11100101 110101 101101

Color Harmonies of #364DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DB1

Black with #364DB1

Text Example


Text Example

White with #364DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,77,177); }

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

background-color css

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

 a { background-color: rgb(54,77,177); }

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

border-color css

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

 span { border-color: rgb(54,77,177); }

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