Html Css Color HEX #225BBA Denim

📋 copy color: '#225BBA'

red 34 ◦ green 91 ◦ blue 186

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

Shades of Denim #225BBA

Tints of Denim #225BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 10.93%
G = 29.26%
B = 59.81%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#225BBA (or 0x225BBA) is known color: Denim. HEX triplet: 22, 5B and BA. RGB value is (34,91,186). Sum of RGB (Red+Green+Blue) = 34+91+186=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #225BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BBA is #DDA445. Grayscale: #545454. Windows color (decimal): -14525510 or 12213026. OLE color: 12213026.

HSL color Cylindrical-coordinate representation of color #225BBA: hue angle of 217.5º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225BBA is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 91 186 -
CMYK 0.82 0.51 0 0.27
HSL 217.5º 0.69% 0.43% -
HSV(B) 217.5º 0.82% 0.73% -
XYZ 13.26 11.37 47.95 -
YUV 84.79 185.12 91.78 -
System Red Green Blue C M Y K H S L
Decimal 34 91 186 0.82 0.51 0 0.27 217.5 0.69 0.43
Hex 22 5B BA 52 33 0 1B DA 45 2B
Octal 42 133 272 122 63 0 33 332 105 53
Binary 100010 1011011 10111010 1010010 110011 0 11011 11011010 1000101 101011

Color Harmonies of #225BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BBA

Black with #225BBA

Text Example


Text Example

White with #225BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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