Html Css Color HEX #315ABC Cerulean Blue

📋 copy color: '#315ABC'

red 49 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #315ABC

Tints of Cerulean Blue #315ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 14.98%
G = 27.52%
B = 57.49%

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

#315ABC (or 0x315ABC) is known color: Cerulean Blue. HEX triplet: 31, 5A and BC. RGB value is (49,90,188). Sum of RGB (Red+Green+Blue) = 49+90+188=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #315ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ABC is #CEA543. Grayscale: #585858. Windows color (decimal): -13542724 or 12343857. OLE color: 12343857.

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

Color convert

RGB 49 90 188 -
CMYK 0.74 0.52 0 0.26
HSL 222.3º 0.59% 0.46% -
HSV(B) 222.3º 0.74% 0.74% -
XYZ 14 11.6 49.08 -
YUV 88.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 49 90 188 0.74 0.52 0 0.26 222.3 0.59 0.46
Hex 31 5A BC 4A 34 0 1A DE 3B 2E
Octal 61 132 274 112 64 0 32 336 73 56
Binary 110001 1011010 10111100 1001010 110100 0 11010 11011110 111011 101110

Color Harmonies of #315ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ABC

Black with #315ABC

Text Example


Text Example

White with #315ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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