Html Css Color HEX #365FBA Cerulean Blue

📋 copy color: '#365FBA'

red 54 ◦ green 95 ◦ blue 186

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

Shades of Cerulean Blue #365FBA

Tints of Cerulean Blue #365FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 16.12%
G = 28.36%
B = 55.52%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#365FBA (or 0x365FBA) is known color: Cerulean Blue. HEX triplet: 36, 5F and BA. RGB value is (54,95,186). Sum of RGB (Red+Green+Blue) = 54+95+186=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #365FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FBA is #C9A045. Grayscale: #5C5C5C. Windows color (decimal): -13213766 or 12214070. OLE color: 12214070.

HSL color Cylindrical-coordinate representation of color #365FBA: hue angle of 221.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #365FBA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 95 186 -
CMYK 0.71 0.49 0 0.27
HSL 221.36º 0.55% 0.47% -
HSV(B) 221.36º 0.71% 0.73% -
XYZ 14.48 12.51 48.11 -
YUV 93.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 54 95 186 0.71 0.49 0 0.27 221.36 0.55 0.47
Hex 36 5F BA 47 31 0 1B DD 37 2F
Octal 66 137 272 107 61 0 33 335 67 57
Binary 110110 1011111 10111010 1000111 110001 0 11011 11011101 110111 101111

Color Harmonies of #365FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365FBA

Black with #365FBA

Text Example


Text Example

White with #365FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,95,186); }

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

background-color css

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

 a { background-color: rgb(54,95,186); }

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

border-color css

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

 span { border-color: rgb(54,95,186); }

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