Html Css Color HEX #364FBC Cerulean Blue

📋 copy color: '#364FBC'

red 54 ◦ green 79 ◦ blue 188

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

Shades of Cerulean Blue #364FBC

Tints of Cerulean Blue #364FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 16.82%
G = 24.61%
B = 58.57%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#364FBC (or 0x364FBC) is known color: Cerulean Blue. HEX triplet: 36, 4F and BC. RGB value is (54,79,188). Sum of RGB (Red+Green+Blue) = 54+79+188=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #364FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FBC is #C9B043. Grayscale: #535353. Windows color (decimal): -13217860 or 12341046. OLE color: 12341046.

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

Color convert

RGB 54 79 188 -
CMYK 0.71 0.58 0 0.26
HSL 228.81º 0.55% 0.47% -
HSV(B) 228.81º 0.71% 0.74% -
XYZ 13.39 10.01 48.8 -
YUV 83.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 54 79 188 0.71 0.58 0 0.26 228.81 0.55 0.47
Hex 36 4F BC 47 3A 0 1A E5 37 2F
Octal 66 117 274 107 72 0 32 345 67 57
Binary 110110 1001111 10111100 1000111 111010 0 11010 11100101 110111 101111

Color Harmonies of #364FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364FBC

Black with #364FBC

Text Example


Text Example

White with #364FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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