Html Css Color HEX #00243D Tangaroa

📋 copy color: '#00243D'

red 0 ◦ green 36 ◦ blue 61

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

Shades of Tangaroa #00243D

Tints of Tangaroa #00243D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 36 (14.45% from 255) = 37.11%

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

R = 0%
G = 37.11%
B = 62.89%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00243D (or 0x00243D) is known color: Tangaroa. HEX triplet: 00, 24 and 3D. RGB value is (0,36,61). Sum of RGB (Red+Green+Blue) = 0+36+61=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #00243D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00243D is #FFDBC2. Grayscale: #1B1B1B. Windows color (decimal): -16767939 or 4006912. OLE color: 4006912.

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

Color convert

RGB 0 36 61 -
CMYK 1 0.41 0 0.76
HSL 204.59º 1% 0.12% -
HSV(B) 204.59º 1% 0.24% -
XYZ 1.47 1.6 4.65 -
YUV 28.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 0 36 61 1 0.41 0 0.76 204.59 1 0.12
Hex 0 24 3D 64 29 0 4C CD 64 C
Octal 0 44 75 144 51 0 114 315 144 14
Binary 0 100100 111101 1100100 101001 0 1001100 11001101 1100100 1100

Color Harmonies of #00243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00243D

Black with #00243D

Text Example


Text Example

White with #00243D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,36,61); }

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

background-color css

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

 a { background-color: rgb(0,36,61); }

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

border-color css

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

 span { border-color: rgb(0,36,61); }

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