Html Css Color HEX #2A75BE Curious Blue

📋 copy color: '#2A75BE'

red 42 ◦ green 117 ◦ blue 190

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

Shades of Curious Blue #2A75BE

Tints of Curious Blue #2A75BE

RGB

 RED value IS 42 (16.8% from 255) = 12.03%

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 12.03%
G = 33.52%
B = 54.44%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A75BE (or 0x2A75BE) is known color: Curious Blue. HEX triplet: 2A, 75 and BE. RGB value is (42,117,190). Sum of RGB (Red+Green+Blue) = 42+117+190=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A75BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75BE is #D58A41. Grayscale: #666666. Windows color (decimal): -13994562 or 12481834. OLE color: 12481834.

HSL color Cylindrical-coordinate representation of color #2A75BE: hue angle of 209.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A75BE is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 117 190 -
CMYK 0.78 0.38 0 0.25
HSL 209.59º 0.64% 0.45% -
HSV(B) 209.59º 0.78% 0.75% -
XYZ 16.61 16.93 51.11 -
YUV 102.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 42 117 190 0.78 0.38 0 0.25 209.59 0.64 0.45
Hex 2A 75 BE 4E 26 0 19 D2 40 2D
Octal 52 165 276 116 46 0 31 322 100 55
Binary 101010 1110101 10111110 1001110 100110 0 11001 11010010 1000000 101101

Color Harmonies of #2A75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A75BE

Black with #2A75BE

Text Example


Text Example

White with #2A75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,117,190); }

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

background-color css

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

 a { background-color: rgb(42,117,190); }

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

border-color css

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

 span { border-color: rgb(42,117,190); }

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