Html Css Color HEX #365BC0 Cerulean Blue

📋 copy color: '#365BC0'

red 54 ◦ green 91 ◦ blue 192

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

Shades of Cerulean Blue #365BC0

Tints of Cerulean Blue #365BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 16.02%
G = 27%
B = 56.97%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#365BC0 (or 0x365BC0) is known color: Cerulean Blue. HEX triplet: 36, 5B and C0. RGB value is (54,91,192). Sum of RGB (Red+Green+Blue) = 54+91+192=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #365BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BC0 is #C9A43F. Grayscale: #5B5B5B. Windows color (decimal): -13214784 or 12606262. OLE color: 12606262.

HSL color Cylindrical-coordinate representation of color #365BC0: hue angle of 223.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365BC0 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 91 192 -
CMYK 0.72 0.53 0 0.25
HSL 223.91º 0.56% 0.48% -
HSV(B) 223.91º 0.72% 0.75% -
XYZ 14.78 12.07 51.42 -
YUV 91.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 54 91 192 0.72 0.53 0 0.25 223.91 0.56 0.48
Hex 36 5B C0 48 35 0 19 E0 38 30
Octal 66 133 300 110 65 0 31 340 70 60
Binary 110110 1011011 11000000 1001000 110101 0 11001 11100000 111000 110000

Color Harmonies of #365BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BC0

Black with #365BC0

Text Example


Text Example

White with #365BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,192); }

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

background-color css

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

 a { background-color: rgb(54,91,192); }

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

border-color css

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

 span { border-color: rgb(54,91,192); }

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