Html Css Color HEX #364FBA Cerulean Blue

📋 copy color: '#364FBA'

red 54 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #364FBA

Tints of Cerulean Blue #364FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 16.93%
G = 24.76%
B = 58.31%

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

#364FBA (or 0x364FBA) is known color: Cerulean Blue. HEX triplet: 36, 4F and BA. RGB value is (54,79,186). Sum of RGB (Red+Green+Blue) = 54+79+186=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #364FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FBA is #C9B045. Grayscale: #535353. Windows color (decimal): -13217862 or 12209974. OLE color: 12209974.

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

Color convert

RGB 54 79 186 -
CMYK 0.71 0.58 0 0.27
HSL 228.64º 0.55% 0.47% -
HSV(B) 228.64º 0.71% 0.73% -
XYZ 13.18 9.92 47.67 -
YUV 83.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 54 79 186 0.71 0.58 0 0.27 228.64 0.55 0.47
Hex 36 4F BA 47 3A 0 1B E5 37 2F
Octal 66 117 272 107 72 0 33 345 67 57
Binary 110110 1001111 10111010 1000111 111010 0 11011 11100101 110111 101111

Color Harmonies of #364FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364FBA

Black with #364FBA

Text Example


Text Example

White with #364FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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