Html Css Color HEX #364EBA Cerulean Blue

📋 copy color: '#364EBA'

red 54 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #364EBA

Tints of Cerulean Blue #364EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

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

R = 16.98%
G = 24.53%
B = 58.49%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#364EBA (or 0x364EBA) is known color: Cerulean Blue. HEX triplet: 36, 4E and BA. RGB value is (54,78,186). Sum of RGB (Red+Green+Blue) = 54+78+186=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #364EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EBA is #C9B145. Grayscale: #525252. Windows color (decimal): -13218118 or 12209718. OLE color: 12209718.

HSL color Cylindrical-coordinate representation of color #364EBA: hue angle of 229.09º 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 #364EBA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 78 186 -
CMYK 0.71 0.58 0 0.27
HSL 229.09º 0.55% 0.47% -
HSV(B) 229.09º 0.71% 0.73% -
XYZ 13.11 9.78 47.65 -
YUV 83.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 54 78 186 0.71 0.58 0 0.27 229.09 0.55 0.47
Hex 36 4E BA 47 3A 0 1B E5 37 2F
Octal 66 116 272 107 72 0 33 345 67 57
Binary 110110 1001110 10111010 1000111 111010 0 11011 11100101 110111 101111

Color Harmonies of #364EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364EBA

Black with #364EBA

Text Example


Text Example

White with #364EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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