Html Css Color HEX #2565AE Lochmara

📋 copy color: '#2565AE'

red 37 ◦ green 101 ◦ blue 174

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

Shades of Lochmara #2565AE

Tints of Lochmara #2565AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 11.86%
G = 32.37%
B = 55.77%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2565AE (or 0x2565AE) is known color: Lochmara. HEX triplet: 25, 65 and AE. RGB value is (37,101,174). Sum of RGB (Red+Green+Blue) = 37+101+174=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #2565AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565AE is #DA9A51. Grayscale: #595959. Windows color (decimal): -14326354 or 11429157. OLE color: 11429157.

HSL color Cylindrical-coordinate representation of color #2565AE: hue angle of 211.97º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2565AE is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 101 174 -
CMYK 0.79 0.42 0 0.32
HSL 211.97º 0.65% 0.41% -
HSV(B) 211.97º 0.79% 0.68% -
XYZ 13.06 12.76 41.82 -
YUV 90.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 37 101 174 0.79 0.42 0 0.32 211.97 0.65 0.41
Hex 25 65 AE 4F 2A 0 20 D4 41 29
Octal 45 145 256 117 52 0 40 324 101 51
Binary 100101 1100101 10101110 1001111 101010 0 100000 11010100 1000001 101001

Color Harmonies of #2565AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565AE

Black with #2565AE

Text Example


Text Example

White with #2565AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2565AE; }

 p { color: rgb(37,101,174); }

 H1.HeaderClassName
 {
   color: #2565AE;
 }
 .AnyTagClassName
 {
   color: #2565AE;
 }
</style>

background-color css

<style>
 a { background-color: #2565AE; }

 a { background-color: rgb(37,101,174); }

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

border-color css

<style>
 span { border-color: #2565AE; }

 span { border-color: rgb(37,101,174); }

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