Html Css Color HEX #223B4B Tarawera

📋 copy color: '#223B4B'

red 34 ◦ green 59 ◦ blue 75

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

Shades of Tarawera #223B4B

Tints of Tarawera #223B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

 BLUE value IS 75 (29.69% from 255) = 44.64%

R = 20.24%
G = 35.12%
B = 44.64%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#223B4B (or 0x223B4B) is known color: Tarawera. HEX triplet: 22, 3B and 4B. RGB value is (34,59,75). Sum of RGB (Red+Green+Blue) = 34+59+75=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #223B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B4B is #DDC4B4. Grayscale: #353535. Windows color (decimal): -14533813 or 4930338. OLE color: 4930338.

HSL color Cylindrical-coordinate representation of color #223B4B: hue angle of 203.41º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #223B4B is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 59 75 -
CMYK 0.55 0.21 0 0.71
HSL 203.41º 0.38% 0.21% -
HSV(B) 203.41º 0.55% 0.29% -
XYZ 3.49 3.98 7.24 -
YUV 53.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 34 59 75 0.55 0.21 0 0.71 203.41 0.38 0.21
Hex 22 3B 4B 37 15 0 47 CB 26 15
Octal 42 73 113 67 25 0 107 313 46 25
Binary 100010 111011 1001011 110111 10101 0 1000111 11001011 100110 10101

Color Harmonies of #223B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B4B

Black with #223B4B

Text Example


Text Example

White with #223B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223B4B; }

 p { color: rgb(34,59,75); }

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

background-color css

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

 a { background-color: rgb(34,59,75); }

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

border-color css

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

 span { border-color: rgb(34,59,75); }

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