Html Css Color HEX #364ABA Cerulean Blue

📋 copy color: '#364ABA'

red 54 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #364ABA

Tints of Cerulean Blue #364ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 17.2%
G = 23.57%
B = 59.24%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#364ABA (or 0x364ABA) is known color: Cerulean Blue. HEX triplet: 36, 4A and BA. RGB value is (54,74,186). Sum of RGB (Red+Green+Blue) = 54+74+186=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #364ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ABA is #C9B545. Grayscale: #505050. Windows color (decimal): -13219142 or 12208694. OLE color: 12208694.

HSL color Cylindrical-coordinate representation of color #364ABA: hue angle of 230.91º 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 #364ABA is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 74 186 -
CMYK 0.71 0.60 0 0.27
HSL 230.91º 0.55% 0.47% -
HSV(B) 230.91º 0.71% 0.73% -
XYZ 12.83 9.23 47.56 -
YUV 80.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 54 74 186 0.71 0.60 0 0.27 230.91 0.55 0.47
Hex 36 4A BA 47 3C 0 1B E7 37 2F
Octal 66 112 272 107 74 0 33 347 67 57
Binary 110110 1001010 10111010 1000111 111100 0 11011 11100111 110111 101111

Color Harmonies of #364ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364ABA

Black with #364ABA

Text Example


Text Example

White with #364ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364ABA; }

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

 H1.HeaderClassName
 {
   color: #364ABA;
 }
 .AnyTagClassName
 {
   color: #364ABA;
 }
</style>

background-color css

<style>
 a { background-color: #364ABA; }

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

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

border-color css

<style>
 span { border-color: #364ABA; }

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

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