Html Css Color HEX #225BA3 Endeavour

📋 copy color: '#225BA3'

red 34 ◦ green 91 ◦ blue 163

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

Shades of Endeavour #225BA3

Tints of Endeavour #225BA3

RGB

 RED value IS 34 (13.67% from 255) = 11.81%

 GREEN value IS 91 (35.94% from 255) = 31.6%

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

R = 11.81%
G = 31.6%
B = 56.6%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#225BA3 (or 0x225BA3) is known color: Endeavour. HEX triplet: 22, 5B and A3. RGB value is (34,91,163). Sum of RGB (Red+Green+Blue) = 34+91+163=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 163 (64.06% from 255 or 56.60% from 288); Max value from RGB is 163 - color contains mainly: blue. Hex color #225BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BA3 is #DDA45C. Grayscale: #515151. Windows color (decimal): -14525533 or 10705698. OLE color: 10705698.

HSL color Cylindrical-coordinate representation of color #225BA3: hue angle of 213.49º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225BA3 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 91 163 -
CMYK 0.79 0.44 0 0.36
HSL 213.49º 0.65% 0.39% -
HSV(B) 213.49º 0.79% 0.64% -
XYZ 11.01 10.47 36.09 -
YUV 82.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 34 91 163 0.79 0.44 0 0.36 213.49 0.65 0.39
Hex 22 5B A3 4F 2C 0 24 D5 41 27
Octal 42 133 243 117 54 0 44 325 101 47
Binary 100010 1011011 10100011 1001111 101100 0 100100 11010101 1000001 100111

Color Harmonies of #225BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BA3

Black with #225BA3

Text Example


Text Example

White with #225BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225BA3; }

 p { color: rgb(34,91,163); }

 H1.HeaderClassName
 {
   color: #225BA3;
 }
 .AnyTagClassName
 {
   color: #225BA3;
 }
</style>

background-color css

<style>
 a { background-color: #225BA3; }

 a { background-color: rgb(34,91,163); }

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

border-color css

<style>
 span { border-color: #225BA3; }

 span { border-color: rgb(34,91,163); }

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