Html Css Color HEX #02253D Tangaroa

📋 copy color: '#02253D'

red 2 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #02253D

Tints of Tangaroa #02253D

RGB

 RED value IS 2 (1.17% from 255) = 2%

 GREEN value IS 37 (14.84% from 255) = 37%

 BLUE value IS 61 (24.22% from 255) = 61%

R = 2%
G = 37%
B = 61%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02253D (or 0x02253D) is known color: Tangaroa. HEX triplet: 02, 25 and 3D. RGB value is (2,37,61). Sum of RGB (Red+Green+Blue) = 2+37+61=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #02253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02253D is #FDDAC2. Grayscale: #1D1D1D. Windows color (decimal): -16636611 or 4007170. OLE color: 4007170.

HSL color Cylindrical-coordinate representation of color #02253D: hue angle of 204.41º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02253D is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 37 61 -
CMYK 0.97 0.39 0 0.76
HSL 204.41º 0.94% 0.12% -
HSV(B) 204.41º 0.97% 0.24% -
XYZ 1.53 1.67 4.66 -
YUV 29.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 2 37 61 0.97 0.39 0 0.76 204.41 0.94 0.12
Hex 2 25 3D 61 27 0 4C CC 5E C
Octal 2 45 75 141 47 0 114 314 136 14
Binary 10 100101 111101 1100001 100111 0 1001100 11001100 1011110 1100

Color Harmonies of #02253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02253D

Black with #02253D

Text Example


Text Example

White with #02253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02253D; }

 p { color: rgb(2,37,61); }

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

background-color css

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

 a { background-color: rgb(2,37,61); }

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

border-color css

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

 span { border-color: rgb(2,37,61); }

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