Html Css Color HEX #003038 Nordic

📋 copy color: '#003038'

red 0 ◦ green 48 ◦ blue 56

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

Shades of Nordic #003038

Tints of Nordic #003038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 0%
G = 46.15%
B = 53.85%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#003038 (or 0x003038) is known color: Nordic. HEX triplet: 00, 30 and 38. RGB value is (0,48,56). Sum of RGB (Red+Green+Blue) = 0+48+56=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #003038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003038 is #FFCFC7. Grayscale: #222222. Windows color (decimal): -16764872 or 3682304. OLE color: 3682304.

HSL color Cylindrical-coordinate representation of color #003038: hue angle of 188.57º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003038 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 48 56 -
CMYK 1 0.14 0 0.78
HSL 188.57º 1% 0.11% -
HSV(B) 188.57º 1% 0.22% -
XYZ 1.77 2.4 4.11 -
YUV 34.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 0 48 56 1 0.14 0 0.78 188.57 1 0.11
Hex 0 30 38 64 E 0 4E BD 64 B
Octal 0 60 70 144 16 0 116 275 144 13
Binary 0 110000 111000 1100100 1110 0 1001110 10111101 1100100 1011

Color Harmonies of #003038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003038

Black with #003038

Text Example


Text Example

White with #003038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003038; }

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

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

background-color css

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

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

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

border-color css

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

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

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