Html Css Color HEX #364ABB Cerulean Blue

📋 copy color: '#364ABB'

red 54 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #364ABB

Tints of Cerulean Blue #364ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 17.14%
G = 23.49%
B = 59.37%

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

#364ABB (or 0x364ABB) is known color: Cerulean Blue. HEX triplet: 36, 4A and BB. RGB value is (54,74,187). Sum of RGB (Red+Green+Blue) = 54+74+187=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #364ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ABB is #C9B544. Grayscale: #505050. Windows color (decimal): -13219141 or 12274230. OLE color: 12274230.

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

Color convert

RGB 54 74 187 -
CMYK 0.71 0.60 0 0.27
HSL 230.98º 0.55% 0.47% -
HSV(B) 230.98º 0.71% 0.73% -
XYZ 12.94 9.27 48.12 -
YUV 80.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 54 74 187 0.71 0.60 0 0.27 230.98 0.55 0.47
Hex 36 4A BB 47 3C 0 1B E7 37 2F
Octal 66 112 273 107 74 0 33 347 67 57
Binary 110110 1001010 10111011 1000111 111100 0 11011 11100111 110111 101111

Color Harmonies of #364ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364ABB

Black with #364ABB

Text Example


Text Example

White with #364ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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