Html Css Color HEX #214B65 Arapawa

📋 copy color: '#214B65'

red 33 ◦ green 75 ◦ blue 101

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

Shades of Arapawa #214B65

Tints of Arapawa #214B65

RGB

 RED value IS 33 (13.28% from 255) = 15.79%

 GREEN value IS 75 (29.69% from 255) = 35.89%

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

R = 15.79%
G = 35.89%
B = 48.33%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#214B65 (or 0x214B65) is known color: Arapawa. HEX triplet: 21, 4B and 65. RGB value is (33,75,101). Sum of RGB (Red+Green+Blue) = 33+75+101=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #214B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B65 is #DEB49A. Grayscale: #414141. Windows color (decimal): -14595227 or 6638369. OLE color: 6638369.

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

Color convert

RGB 33 75 101 -
CMYK 0.67 0.26 0 0.60
HSL 202.94º 0.51% 0.26% -
HSV(B) 202.94º 0.67% 0.4% -
XYZ 5.49 6.3 13.24 -
YUV 65.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 33 75 101 0.67 0.26 0 0.60 202.94 0.51 0.26
Hex 21 4B 65 43 1A 0 3C CB 33 1A
Octal 41 113 145 103 32 0 74 313 63 32
Binary 100001 1001011 1100101 1000011 11010 0 111100 11001011 110011 11010

Color Harmonies of #214B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B65

Black with #214B65

Text Example


Text Example

White with #214B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214B65; }

 p { color: rgb(33,75,101); }

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

background-color css

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

 a { background-color: rgb(33,75,101); }

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

border-color css

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

 span { border-color: rgb(33,75,101); }

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