Html Css Color HEX #315DBB Cerulean Blue

📋 copy color: '#315DBB'

red 49 ◦ green 93 ◦ blue 187

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

Shades of Cerulean Blue #315DBB

Tints of Cerulean Blue #315DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 14.89%
G = 28.27%
B = 56.84%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#315DBB (or 0x315DBB) is known color: Cerulean Blue. HEX triplet: 31, 5D and BB. RGB value is (49,93,187). Sum of RGB (Red+Green+Blue) = 49+93+187=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #315DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DBB is #CEA244. Grayscale: #5A5A5A. Windows color (decimal): -13541957 or 12279089. OLE color: 12279089.

HSL color Cylindrical-coordinate representation of color #315DBB: hue angle of 220.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DBB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 93 187 -
CMYK 0.74 0.50 0 0.27
HSL 220.87º 0.58% 0.46% -
HSV(B) 220.87º 0.74% 0.73% -
XYZ 14.15 12.07 48.6 -
YUV 90.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 49 93 187 0.74 0.50 0 0.27 220.87 0.58 0.46
Hex 31 5D BB 4A 32 0 1B DD 3A 2E
Octal 61 135 273 112 62 0 33 335 72 56
Binary 110001 1011101 10111011 1001010 110010 0 11011 11011101 111010 101110

Color Harmonies of #315DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DBB

Black with #315DBB

Text Example


Text Example

White with #315DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,187); }

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

background-color css

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

 a { background-color: rgb(49,93,187); }

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

border-color css

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

 span { border-color: rgb(49,93,187); }

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