Html Css Color HEX #225365 Arapawa

📋 copy color: '#225365'

red 34 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #225365

Tints of Arapawa #225365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 15.6%
G = 38.07%
B = 46.33%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#225365 (or 0x225365) is known color: Arapawa. HEX triplet: 22, 53 and 65. RGB value is (34,83,101). Sum of RGB (Red+Green+Blue) = 34+83+101=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #225365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225365 is #DDAC9A. Grayscale: #464646. Windows color (decimal): -14527643 or 6640418. OLE color: 6640418.

HSL color Cylindrical-coordinate representation of color #225365: hue angle of 196.12º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225365 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 83 101 -
CMYK 0.66 0.18 0 0.60
HSL 196.12º 0.5% 0.26% -
HSV(B) 196.12º 0.66% 0.4% -
XYZ 6.1 7.47 13.43 -
YUV 70.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 34 83 101 0.66 0.18 0 0.60 196.12 0.5 0.26
Hex 22 53 65 42 12 0 3C C4 32 1A
Octal 42 123 145 102 22 0 74 304 62 32
Binary 100010 1010011 1100101 1000010 10010 0 111100 11000100 110010 11010

Color Harmonies of #225365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225365

Black with #225365

Text Example


Text Example

White with #225365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225365; }

 p { color: rgb(34,83,101); }

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

background-color css

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

 a { background-color: rgb(34,83,101); }

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

border-color css

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

 span { border-color: rgb(34,83,101); }

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