Html Css Color HEX #00303D Nordic

📋 copy color: '#00303D'

red 0 ◦ green 48 ◦ blue 61

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

Shades of Nordic #00303D

Tints of Nordic #00303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.04%

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

R = 0%
G = 44.04%
B = 55.96%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00303D (or 0x00303D) is known color: Nordic. HEX triplet: 00, 30 and 3D. RGB value is (0,48,61). Sum of RGB (Red+Green+Blue) = 0+48+61=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #00303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00303D is #FFCFC2. Grayscale: #232323. Windows color (decimal): -16764867 or 4009984. OLE color: 4009984.

HSL color Cylindrical-coordinate representation of color #00303D: hue angle of 192.79º 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 #00303D is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 48 61 -
CMYK 1 0.21 0 0.76
HSL 192.79º 1% 0.12% -
HSV(B) 192.79º 1% 0.24% -
XYZ 1.9 2.45 4.79 -
YUV 35.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 0 48 61 1 0.21 0 0.76 192.79 1 0.12
Hex 0 30 3D 64 15 0 4C C1 64 C
Octal 0 60 75 144 25 0 114 301 144 14
Binary 0 110000 111101 1100100 10101 0 1001100 11000001 1100100 1100

Color Harmonies of #00303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00303D

Black with #00303D

Text Example


Text Example

White with #00303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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