Html Css Color HEX #2565AC Lochmara

📋 copy color: '#2565AC'

red 37 ◦ green 101 ◦ blue 172

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

Shades of Lochmara #2565AC

Tints of Lochmara #2565AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 11.94%
G = 32.58%
B = 55.48%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2565AC (or 0x2565AC) is known color: Lochmara. HEX triplet: 25, 65 and AC. RGB value is (37,101,172). Sum of RGB (Red+Green+Blue) = 37+101+172=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #2565AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565AC is #DA9A53. Grayscale: #595959. Windows color (decimal): -14326356 or 11298085. OLE color: 11298085.

HSL color Cylindrical-coordinate representation of color #2565AC: hue angle of 211.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2565AC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 101 172 -
CMYK 0.78 0.41 0 0.33
HSL 211.56º 0.65% 0.41% -
HSV(B) 211.56º 0.78% 0.67% -
XYZ 12.86 12.68 40.8 -
YUV 89.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 37 101 172 0.78 0.41 0 0.33 211.56 0.65 0.41
Hex 25 65 AC 4E 29 0 21 D4 41 29
Octal 45 145 254 116 51 0 41 324 101 51
Binary 100101 1100101 10101100 1001110 101001 0 100001 11010100 1000001 101001

Color Harmonies of #2565AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565AC

Black with #2565AC

Text Example


Text Example

White with #2565AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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