Html Css Color HEX #265FA3 Lochmara

📋 copy color: '#265FA3'

red 38 ◦ green 95 ◦ blue 163

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

Shades of Lochmara #265FA3

Tints of Lochmara #265FA3

RGB

 RED value IS 38 (15.23% from 255) = 12.84%

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 163 (64.06% from 255) = 55.07%

R = 12.84%
G = 32.09%
B = 55.07%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#265FA3 (or 0x265FA3) is known color: Lochmara. HEX triplet: 26, 5F and A3. RGB value is (38,95,163). Sum of RGB (Red+Green+Blue) = 38+95+163=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #265FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265FA3 is #D9A05C. Grayscale: #555555. Windows color (decimal): -14262365 or 10706726. OLE color: 10706726.

HSL color Cylindrical-coordinate representation of color #265FA3: hue angle of 212.64º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265FA3 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 95 163 -
CMYK 0.77 0.42 0 0.36
HSL 212.64º 0.62% 0.39% -
HSV(B) 212.64º 0.77% 0.64% -
XYZ 11.5 11.24 36.21 -
YUV 85.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 38 95 163 0.77 0.42 0 0.36 212.64 0.62 0.39
Hex 26 5F A3 4D 2A 0 24 D5 3E 27
Octal 46 137 243 115 52 0 44 325 76 47
Binary 100110 1011111 10100011 1001101 101010 0 100100 11010101 111110 100111

Color Harmonies of #265FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FA3

Black with #265FA3

Text Example


Text Example

White with #265FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265FA3; }

 p { color: rgb(38,95,163); }

 H1.HeaderClassName
 {
   color: #265FA3;
 }
 .AnyTagClassName
 {
   color: #265FA3;
 }
</style>

background-color css

<style>
 a { background-color: #265FA3; }

 a { background-color: rgb(38,95,163); }

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

border-color css

<style>
 span { border-color: #265FA3; }

 span { border-color: rgb(38,95,163); }

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