Html Css Color HEX #2E70C1 Curious Blue

📋 copy color: '#2E70C1'

red 46 ◦ green 112 ◦ blue 193

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

Shades of Curious Blue #2E70C1

Tints of Curious Blue #2E70C1

RGB

 RED value IS 46 (18.36% from 255) = 13.11%

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 193 (75.78% from 255) = 54.99%

R = 13.11%
G = 31.91%
B = 54.99%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E70C1 (or 0x2E70C1) is known color: Curious Blue. HEX triplet: 2E, 70 and C1. RGB value is (46,112,193). Sum of RGB (Red+Green+Blue) = 46+112+193=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E70C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E70C1 is #D18F3E. Grayscale: #656565. Windows color (decimal): -13733695 or 12677166. OLE color: 12677166.

HSL color Cylindrical-coordinate representation of color #2E70C1: hue angle of 213.06º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E70C1 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 112 193 -
CMYK 0.76 0.42 0 0.24
HSL 213.06º 0.62% 0.47% -
HSV(B) 213.06º 0.76% 0.76% -
XYZ 16.55 16.02 52.67 -
YUV 101.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 46 112 193 0.76 0.42 0 0.24 213.06 0.62 0.47
Hex 2E 70 C1 4C 2A 0 18 D5 3E 2F
Octal 56 160 301 114 52 0 30 325 76 57
Binary 101110 1110000 11000001 1001100 101010 0 11000 11010101 111110 101111

Color Harmonies of #2E70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E70C1

Black with #2E70C1

Text Example


Text Example

White with #2E70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E70C1; }

 p { color: rgb(46,112,193); }

 H1.HeaderClassName
 {
   color: #2E70C1;
 }
 .AnyTagClassName
 {
   color: #2E70C1;
 }
</style>

background-color css

<style>
 a { background-color: #2E70C1; }

 a { background-color: rgb(46,112,193); }

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

border-color css

<style>
 span { border-color: #2E70C1; }

 span { border-color: rgb(46,112,193); }

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