Html Css Color HEX #365DBC Cerulean Blue

📋 copy color: '#365DBC'

red 54 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #365DBC

Tints of Cerulean Blue #365DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

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

R = 16.12%
G = 27.76%
B = 56.12%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#365DBC (or 0x365DBC) is known color: Cerulean Blue. HEX triplet: 36, 5D and BC. RGB value is (54,93,188). Sum of RGB (Red+Green+Blue) = 54+93+188=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #365DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DBC is #C9A243. Grayscale: #5B5B5B. Windows color (decimal): -13214276 or 12344630. OLE color: 12344630.

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

Color convert

RGB 54 93 188 -
CMYK 0.71 0.51 0 0.26
HSL 222.54º 0.55% 0.47% -
HSV(B) 222.54º 0.71% 0.74% -
XYZ 14.51 12.24 49.18 -
YUV 92.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 54 93 188 0.71 0.51 0 0.26 222.54 0.55 0.47
Hex 36 5D BC 47 33 0 1A DF 37 2F
Octal 66 135 274 107 63 0 32 337 67 57
Binary 110110 1011101 10111100 1000111 110011 0 11010 11011111 110111 101111

Color Harmonies of #365DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DBC

Black with #365DBC

Text Example


Text Example

White with #365DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365DBC; }

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

 H1.HeaderClassName
 {
   color: #365DBC;
 }
 .AnyTagClassName
 {
   color: #365DBC;
 }
</style>

background-color css

<style>
 a { background-color: #365DBC; }

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

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

border-color css

<style>
 span { border-color: #365DBC; }

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

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