Html Css Color HEX #3141CA Cerulean Blue

📋 copy color: '#3141CA'

red 49 ◦ green 65 ◦ blue 202

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

Shades of Cerulean Blue #3141CA

Tints of Cerulean Blue #3141CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

 BLUE value IS 202 (79.3% from 255) = 63.92%

R = 15.51%
G = 20.57%
B = 63.92%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3141CA (or 0x3141CA) is known color: Cerulean Blue. HEX triplet: 31, 41 and CA. RGB value is (49,65,202). Sum of RGB (Red+Green+Blue) = 49+65+202=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #3141CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141CA is #CEBE35. Grayscale: #4B4B4B. Windows color (decimal): -13549110 or 13254961. OLE color: 13254961.

HSL color Cylindrical-coordinate representation of color #3141CA: hue angle of 233.73º 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 #3141CA is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 65 202 -
CMYK 0.76 0.68 0 0.21
HSL 233.73º 0.61% 0.49% -
HSV(B) 233.73º 0.76% 0.79% -
XYZ 13.82 8.7 56.83 -
YUV 75.83 199.2 108.86 -
System Red Green Blue C M Y K H S L
Decimal 49 65 202 0.76 0.68 0 0.21 233.73 0.61 0.49
Hex 31 41 CA 4C 44 0 15 EA 3D 31
Octal 61 101 312 114 104 0 25 352 75 61
Binary 110001 1000001 11001010 1001100 1000100 0 10101 11101010 111101 110001

Color Harmonies of #3141CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141CA

Black with #3141CA

Text Example


Text Example

White with #3141CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3141CA; }

 p { color: rgb(49,65,202); }

 H1.HeaderClassName
 {
   color: #3141CA;
 }
 .AnyTagClassName
 {
   color: #3141CA;
 }
</style>

background-color css

<style>
 a { background-color: #3141CA; }

 a { background-color: rgb(49,65,202); }

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

border-color css

<style>
 span { border-color: #3141CA; }

 span { border-color: rgb(49,65,202); }

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