Html Css Color HEX #25749C Lochmara

📋 copy color: '#25749C'

red 37 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #25749C

Tints of Lochmara #25749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 11.97%
G = 37.54%
B = 50.49%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25749C (or 0x25749C) is known color: Lochmara. HEX triplet: 25, 74 and 9C. RGB value is (37,116,156). Sum of RGB (Red+Green+Blue) = 37+116+156=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #25749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25749C is #DA8B63. Grayscale: #606060. Windows color (decimal): -14322532 or 10253349. OLE color: 10253349.

HSL color Cylindrical-coordinate representation of color #25749C: hue angle of 200.17º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25749C is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 116 156 -
CMYK 0.76 0.26 0 0.39
HSL 200.17º 0.62% 0.38% -
HSV(B) 200.17º 0.76% 0.61% -
XYZ 13.01 15.28 33.72 -
YUV 96.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 37 116 156 0.76 0.26 0 0.39 200.17 0.62 0.38
Hex 25 74 9C 4C 1A 0 27 C8 3E 26
Octal 45 164 234 114 32 0 47 310 76 46
Binary 100101 1110100 10011100 1001100 11010 0 100111 11001000 111110 100110

Color Harmonies of #25749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25749C

Black with #25749C

Text Example


Text Example

White with #25749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,116,156); }

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

background-color css

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

 a { background-color: rgb(37,116,156); }

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

border-color css

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

 span { border-color: rgb(37,116,156); }

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