Html Css Color HEX #364CBC Cerulean Blue

📋 copy color: '#364CBC'

red 54 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #364CBC

Tints of Cerulean Blue #364CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

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

R = 16.98%
G = 23.9%
B = 59.12%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#364CBC (or 0x364CBC) is known color: Cerulean Blue. HEX triplet: 36, 4C and BC. RGB value is (54,76,188). Sum of RGB (Red+Green+Blue) = 54+76+188=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #364CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CBC is #C9B343. Grayscale: #515151. Windows color (decimal): -13218628 or 12340278. OLE color: 12340278.

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

Color convert

RGB 54 76 188 -
CMYK 0.71 0.60 0 0.26
HSL 230.15º 0.55% 0.47% -
HSV(B) 230.15º 0.71% 0.74% -
XYZ 13.18 9.58 48.73 -
YUV 82.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 54 76 188 0.71 0.60 0 0.26 230.15 0.55 0.47
Hex 36 4C BC 47 3C 0 1A E6 37 2F
Octal 66 114 274 107 74 0 32 346 67 57
Binary 110110 1001100 10111100 1000111 111100 0 11010 11100110 110111 101111

Color Harmonies of #364CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CBC

Black with #364CBC

Text Example


Text Example

White with #364CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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