Html Css Color HEX #02333D Nordic

📋 copy color: '#02333D'

red 2 ◦ green 51 ◦ blue 61

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

Shades of Nordic #02333D

Tints of Nordic #02333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 44.74%

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

R = 1.75%
G = 44.74%
B = 53.51%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02333D (or 0x02333D) is known color: Nordic. HEX triplet: 02, 33 and 3D. RGB value is (2,51,61). Sum of RGB (Red+Green+Blue) = 2+51+61=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #02333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02333D is #FDCCC2. Grayscale: #252525. Windows color (decimal): -16633027 or 4010754. OLE color: 4010754.

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

Color convert

RGB 2 51 61 -
CMYK 0.97 0.16 0 0.76
HSL 190.17º 0.94% 0.12% -
HSV(B) 190.17º 0.97% 0.24% -
XYZ 2.05 2.72 4.83 -
YUV 37.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 2 51 61 0.97 0.16 0 0.76 190.17 0.94 0.12
Hex 2 33 3D 61 10 0 4C BE 5E C
Octal 2 63 75 141 20 0 114 276 136 14
Binary 10 110011 111101 1100001 10000 0 1001100 10111110 1011110 1100

Color Harmonies of #02333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02333D

Black with #02333D

Text Example


Text Example

White with #02333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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