Html Css Color HEX #365AC0 Cerulean Blue

📋 copy color: '#365AC0'

red 54 ◦ green 90 ◦ blue 192

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

Shades of Cerulean Blue #365AC0

Tints of Cerulean Blue #365AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 16.07%
G = 26.79%
B = 57.14%

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

#365AC0 (or 0x365AC0) is known color: Cerulean Blue. HEX triplet: 36, 5A and C0. RGB value is (54,90,192). Sum of RGB (Red+Green+Blue) = 54+90+192=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #365AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365AC0 is #C9A53F. Grayscale: #5A5A5A. Windows color (decimal): -13215040 or 12606006. OLE color: 12606006.

HSL color Cylindrical-coordinate representation of color #365AC0: hue angle of 224.35º 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 #365AC0 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 90 192 -
CMYK 0.72 0.53 0 0.25
HSL 224.35º 0.56% 0.48% -
HSV(B) 224.35º 0.72% 0.75% -
XYZ 14.69 11.9 51.39 -
YUV 90.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 54 90 192 0.72 0.53 0 0.25 224.35 0.56 0.48
Hex 36 5A C0 48 35 0 19 E0 38 30
Octal 66 132 300 110 65 0 31 340 70 60
Binary 110110 1011010 11000000 1001000 110101 0 11001 11100000 111000 110000

Color Harmonies of #365AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AC0

Black with #365AC0

Text Example


Text Example

White with #365AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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