Html Css Color HEX #3143CD Cerulean Blue

📋 copy color: '#3143CD'

red 49 ◦ green 67 ◦ blue 205

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

Shades of Cerulean Blue #3143CD

Tints of Cerulean Blue #3143CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 15.26%
G = 20.87%
B = 63.86%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3143CD (or 0x3143CD) is known color: Cerulean Blue. HEX triplet: 31, 43 and CD. RGB value is (49,67,205). Sum of RGB (Red+Green+Blue) = 49+67+205=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #3143CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3143CD is #CEBC32. Grayscale: #4C4C4C. Windows color (decimal): -13548595 or 13452081. OLE color: 13452081.

HSL color Cylindrical-coordinate representation of color #3143CD: hue angle of 233.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3143CD is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 67 205 -
CMYK 0.76 0.67 0 0.20
HSL 233.08º 0.61% 0.5% -
HSV(B) 233.08º 0.76% 0.8% -
XYZ 14.29 9.08 58.76 -
YUV 77.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 49 67 205 0.76 0.67 0 0.20 233.08 0.61 0.5
Hex 31 43 CD 4C 43 0 14 E9 3D 32
Octal 61 103 315 114 103 0 24 351 75 62
Binary 110001 1000011 11001101 1001100 1000011 0 10100 11101001 111101 110010

Color Harmonies of #3143CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3143CD

Black with #3143CD

Text Example


Text Example

White with #3143CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3143CD; }

 p { color: rgb(49,67,205); }

 H1.HeaderClassName
 {
   color: #3143CD;
 }
 .AnyTagClassName
 {
   color: #3143CD;
 }
</style>

background-color css

<style>
 a { background-color: #3143CD; }

 a { background-color: rgb(49,67,205); }

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

border-color css

<style>
 span { border-color: #3143CD; }

 span { border-color: rgb(49,67,205); }

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