Html Css Color HEX #365ABF Cerulean Blue

📋 copy color: '#365ABF'

red 54 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #365ABF

Tints of Cerulean Blue #365ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 16.12%
G = 26.87%
B = 57.01%

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

#365ABF (or 0x365ABF) is known color: Cerulean Blue. HEX triplet: 36, 5A and BF. RGB value is (54,90,191). Sum of RGB (Red+Green+Blue) = 54+90+191=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #365ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ABF is #C9A540. Grayscale: #5A5A5A. Windows color (decimal): -13215041 or 12540470. OLE color: 12540470.

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

Color convert

RGB 54 90 191 -
CMYK 0.72 0.53 0 0.25
HSL 224.23º 0.56% 0.48% -
HSV(B) 224.23º 0.72% 0.75% -
XYZ 14.58 11.86 50.81 -
YUV 90.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 54 90 191 0.72 0.53 0 0.25 224.23 0.56 0.48
Hex 36 5A BF 48 35 0 19 E0 38 30
Octal 66 132 277 110 65 0 31 340 70 60
Binary 110110 1011010 10111111 1001000 110101 0 11001 11100000 111000 110000

Color Harmonies of #365ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365ABF

Black with #365ABF

Text Example


Text Example

White with #365ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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