Html Css Color HEX #3142C9 Cerulean Blue

📋 copy color: '#3142C9'

red 49 ◦ green 66 ◦ blue 201

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

Shades of Cerulean Blue #3142C9

Tints of Cerulean Blue #3142C9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 15.51%
G = 20.89%
B = 63.61%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3142C9 (or 0x3142C9) is known color: Cerulean Blue. HEX triplet: 31, 42 and C9. RGB value is (49,66,201). Sum of RGB (Red+Green+Blue) = 49+66+201=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #3142C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142C9 is #CEBD36. Grayscale: #4B4B4B. Windows color (decimal): -13548855 or 13189681. OLE color: 13189681.

HSL color Cylindrical-coordinate representation of color #3142C9: hue angle of 233.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3142C9 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 66 201 -
CMYK 0.76 0.67 0 0.21
HSL 233.29º 0.61% 0.49% -
HSV(B) 233.29º 0.76% 0.79% -
XYZ 13.76 8.77 56.23 -
YUV 76.31 198.37 108.52 -
System Red Green Blue C M Y K H S L
Decimal 49 66 201 0.76 0.67 0 0.21 233.29 0.61 0.49
Hex 31 42 C9 4C 43 0 15 E9 3D 31
Octal 61 102 311 114 103 0 25 351 75 61
Binary 110001 1000010 11001001 1001100 1000011 0 10101 11101001 111101 110001

Color Harmonies of #3142C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3142C9

Black with #3142C9

Text Example


Text Example

White with #3142C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3142C9; }

 p { color: rgb(49,66,201); }

 H1.HeaderClassName
 {
   color: #3142C9;
 }
 .AnyTagClassName
 {
   color: #3142C9;
 }
</style>

background-color css

<style>
 a { background-color: #3142C9; }

 a { background-color: rgb(49,66,201); }

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

border-color css

<style>
 span { border-color: #3142C9; }

 span { border-color: rgb(49,66,201); }

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