Html Css Color HEX #25768B Allports

📋 copy color: '#25768B'

red 37 ◦ green 118 ◦ blue 139

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

Shades of Allports #25768B

Tints of Allports #25768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

 BLUE value IS 139 (54.69% from 255) = 47.28%

R = 12.59%
G = 40.14%
B = 47.28%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25768B (or 0x25768B) is known color: Allports. HEX triplet: 25, 76 and 8B. RGB value is (37,118,139). Sum of RGB (Red+Green+Blue) = 37+118+139=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #25768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25768B is #DA8974. Grayscale: #606060. Windows color (decimal): -14322037 or 9139749. OLE color: 9139749.

HSL color Cylindrical-coordinate representation of color #25768B: hue angle of 192.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25768B is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 118 139 -
CMYK 0.73 0.15 0 0.45
HSL 192.35º 0.58% 0.35% -
HSV(B) 192.35º 0.73% 0.55% -
XYZ 11.9 15.21 26.74 -
YUV 96.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 37 118 139 0.73 0.15 0 0.45 192.35 0.58 0.35
Hex 25 76 8B 49 F 0 2D C0 3A 23
Octal 45 166 213 111 17 0 55 300 72 43
Binary 100101 1110110 10001011 1001001 1111 0 101101 11000000 111010 100011

Color Harmonies of #25768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25768B

Black with #25768B

Text Example


Text Example

White with #25768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25768B; }

 p { color: rgb(37,118,139); }

 H1.HeaderClassName
 {
   color: #25768B;
 }
 .AnyTagClassName
 {
   color: #25768B;
 }
</style>

background-color css

<style>
 a { background-color: #25768B; }

 a { background-color: rgb(37,118,139); }

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

border-color css

<style>
 span { border-color: #25768B; }

 span { border-color: rgb(37,118,139); }

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