Html Css Color HEX #25768C Allports

📋 copy color: '#25768C'

red 37 ◦ green 118 ◦ blue 140

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

Shades of Allports #25768C

Tints of Allports #25768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 12.54%
G = 40%
B = 47.46%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25768C (or 0x25768C) is known color: Allports. HEX triplet: 25, 76 and 8C. RGB value is (37,118,140). Sum of RGB (Red+Green+Blue) = 37+118+140=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #25768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25768C is #DA8973. Grayscale: #606060. Windows color (decimal): -14322036 or 9205285. OLE color: 9205285.

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

Color convert

RGB 37 118 140 -
CMYK 0.74 0.16 0 0.45
HSL 192.82º 0.58% 0.35% -
HSV(B) 192.82º 0.74% 0.55% -
XYZ 11.98 15.24 27.12 -
YUV 96.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 37 118 140 0.74 0.16 0 0.45 192.82 0.58 0.35
Hex 25 76 8C 4A 10 0 2D C1 3A 23
Octal 45 166 214 112 20 0 55 301 72 43
Binary 100101 1110110 10001100 1001010 10000 0 101101 11000001 111010 100011

Color Harmonies of #25768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25768C

Black with #25768C

Text Example


Text Example

White with #25768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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