Html Css Color HEX #315ABD Cerulean Blue

📋 copy color: '#315ABD'

red 49 ◦ green 90 ◦ blue 189

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

Shades of Cerulean Blue #315ABD

Tints of Cerulean Blue #315ABD

RGB

 RED value IS 49 (19.53% from 255) = 14.94%

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

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 14.94%
G = 27.44%
B = 57.62%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#315ABD (or 0x315ABD) is known color: Cerulean Blue. HEX triplet: 31, 5A and BD. RGB value is (49,90,189). Sum of RGB (Red+Green+Blue) = 49+90+189=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #315ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ABD is #CEA542. Grayscale: #585858. Windows color (decimal): -13542723 or 12409393. OLE color: 12409393.

HSL color Cylindrical-coordinate representation of color #315ABD: hue angle of 222.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315ABD is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 90 189 -
CMYK 0.74 0.52 0 0.26
HSL 222.43º 0.59% 0.47% -
HSV(B) 222.43º 0.74% 0.74% -
XYZ 14.11 11.64 49.65 -
YUV 89.03 184.42 99.45 -
System Red Green Blue C M Y K H S L
Decimal 49 90 189 0.74 0.52 0 0.26 222.43 0.59 0.47
Hex 31 5A BD 4A 34 0 1A DE 3B 2F
Octal 61 132 275 112 64 0 32 336 73 57
Binary 110001 1011010 10111101 1001010 110100 0 11010 11011110 111011 101111

Color Harmonies of #315ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ABD

Black with #315ABD

Text Example


Text Example

White with #315ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315ABD; }

 p { color: rgb(49,90,189); }

 H1.HeaderClassName
 {
   color: #315ABD;
 }
 .AnyTagClassName
 {
   color: #315ABD;
 }
</style>

background-color css

<style>
 a { background-color: #315ABD; }

 a { background-color: rgb(49,90,189); }

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

border-color css

<style>
 span { border-color: #315ABD; }

 span { border-color: rgb(49,90,189); }

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