Html Css Color HEX #2577BD Curious Blue

📋 copy color: '#2577BD'

red 37 ◦ green 119 ◦ blue 189

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

Shades of Curious Blue #2577BD

Tints of Curious Blue #2577BD

RGB

 RED value IS 37 (14.84% from 255) = 10.72%

 GREEN value IS 119 (46.88% from 255) = 34.49%

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 10.72%
G = 34.49%
B = 54.78%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2577BD (or 0x2577BD) is known color: Curious Blue. HEX triplet: 25, 77 and BD. RGB value is (37,119,189). Sum of RGB (Red+Green+Blue) = 37+119+189=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #2577BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2577BD is #DA8842. Grayscale: #666666. Windows color (decimal): -14321731 or 12416805. OLE color: 12416805.

HSL color Cylindrical-coordinate representation of color #2577BD: hue angle of 207.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2577BD is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 119 189 -
CMYK 0.80 0.37 0 0.26
HSL 207.63º 0.67% 0.44% -
HSV(B) 207.63º 0.8% 0.74% -
XYZ 16.55 17.26 50.6 -
YUV 102.46 176.83 81.31 -
System Red Green Blue C M Y K H S L
Decimal 37 119 189 0.80 0.37 0 0.26 207.63 0.67 0.44
Hex 25 77 BD 50 25 0 1A D0 43 2C
Octal 45 167 275 120 45 0 32 320 103 54
Binary 100101 1110111 10111101 1010000 100101 0 11010 11010000 1000011 101100

Color Harmonies of #2577BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2577BD

Black with #2577BD

Text Example


Text Example

White with #2577BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2577BD; }

 p { color: rgb(37,119,189); }

 H1.HeaderClassName
 {
   color: #2577BD;
 }
 .AnyTagClassName
 {
   color: #2577BD;
 }
</style>

background-color css

<style>
 a { background-color: #2577BD; }

 a { background-color: rgb(37,119,189); }

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

border-color css

<style>
 span { border-color: #2577BD; }

 span { border-color: rgb(37,119,189); }

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