Html Css Color HEX #225EBA Denim

📋 copy color: '#225EBA'

red 34 ◦ green 94 ◦ blue 186

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

Shades of Denim #225EBA

Tints of Denim #225EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

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

R = 10.83%
G = 29.94%
B = 59.24%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#225EBA (or 0x225EBA) is known color: Denim. HEX triplet: 22, 5E and BA. RGB value is (34,94,186). Sum of RGB (Red+Green+Blue) = 34+94+186=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #225EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EBA is #DDA145. Grayscale: #565656. Windows color (decimal): -14524742 or 12213794. OLE color: 12213794.

HSL color Cylindrical-coordinate representation of color #225EBA: hue angle of 216.32º 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 #225EBA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 94 186 -
CMYK 0.82 0.49 0 0.27
HSL 216.32º 0.69% 0.43% -
HSV(B) 216.32º 0.82% 0.73% -
XYZ 13.53 11.89 48.04 -
YUV 86.55 184.12 90.52 -
System Red Green Blue C M Y K H S L
Decimal 34 94 186 0.82 0.49 0 0.27 216.32 0.69 0.43
Hex 22 5E BA 52 31 0 1B D8 45 2B
Octal 42 136 272 122 61 0 33 330 105 53
Binary 100010 1011110 10111010 1010010 110001 0 11011 11011000 1000101 101011

Color Harmonies of #225EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EBA

Black with #225EBA

Text Example


Text Example

White with #225EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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