Html Css Color HEX #25749A Lochmara

📋 copy color: '#25749A'

red 37 ◦ green 116 ◦ blue 154

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

Shades of Lochmara #25749A

Tints of Lochmara #25749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.16%

R = 12.05%
G = 37.79%
B = 50.16%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25749A (or 0x25749A) is known color: Lochmara. HEX triplet: 25, 74 and 9A. RGB value is (37,116,154). Sum of RGB (Red+Green+Blue) = 37+116+154=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #25749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25749A is #DA8B65. Grayscale: #606060. Windows color (decimal): -14322534 or 10122277. OLE color: 10122277.

HSL color Cylindrical-coordinate representation of color #25749A: hue angle of 199.49º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25749A is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 116 154 -
CMYK 0.76 0.25 0 0.40
HSL 199.49º 0.61% 0.37% -
HSV(B) 199.49º 0.76% 0.6% -
XYZ 12.84 15.22 32.83 -
YUV 96.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 37 116 154 0.76 0.25 0 0.40 199.49 0.61 0.37
Hex 25 74 9A 4C 19 0 28 C7 3D 25
Octal 45 164 232 114 31 0 50 307 75 45
Binary 100101 1110100 10011010 1001100 11001 0 101000 11000111 111101 100101

Color Harmonies of #25749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25749A

Black with #25749A

Text Example


Text Example

White with #25749A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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