Html Css Color HEX #364DBA Cerulean Blue

📋 copy color: '#364DBA'

red 54 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #364DBA

Tints of Cerulean Blue #364DBA

RGB

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

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

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

R = 17.03%
G = 24.29%
B = 58.68%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#364DBA (or 0x364DBA) is known color: Cerulean Blue. HEX triplet: 36, 4D and BA. RGB value is (54,77,186). Sum of RGB (Red+Green+Blue) = 54+77+186=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #364DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DBA is #C9B245. Grayscale: #525252. Windows color (decimal): -13218374 or 12209462. OLE color: 12209462.

HSL color Cylindrical-coordinate representation of color #364DBA: hue angle of 229.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364DBA is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 77 186 -
CMYK 0.71 0.59 0 0.27
HSL 229.55º 0.55% 0.47% -
HSV(B) 229.55º 0.71% 0.73% -
XYZ 13.04 9.64 47.63 -
YUV 82.55 186.38 107.64 -
System Red Green Blue C M Y K H S L
Decimal 54 77 186 0.71 0.59 0 0.27 229.55 0.55 0.47
Hex 36 4D BA 47 3B 0 1B E6 37 2F
Octal 66 115 272 107 73 0 33 346 67 57
Binary 110110 1001101 10111010 1000111 111011 0 11011 11100110 110111 101111

Color Harmonies of #364DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DBA

Black with #364DBA

Text Example


Text Example

White with #364DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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