Html Css Color HEX #033F4B Sherpa Blue

📋 copy color: '#033F4B'

red 3 ◦ green 63 ◦ blue 75

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

Shades of Sherpa Blue #033F4B

Tints of Sherpa Blue #033F4B

RGB

 RED value IS 3 (1.56% from 255) = 2.13%

 GREEN value IS 63 (25% from 255) = 44.68%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 2.13%
G = 44.68%
B = 53.19%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#033F4B (or 0x033F4B) is known color: Sherpa Blue. HEX triplet: 03, 3F and 4B. RGB value is (3,63,75). Sum of RGB (Red+Green+Blue) = 3+63+75=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #033F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F4B is #FCC0B4. Grayscale: #2E2E2E. Windows color (decimal): -16564405 or 4931331. OLE color: 4931331.

HSL color Cylindrical-coordinate representation of color #033F4B: hue angle of 190º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033F4B is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 63 75 -
CMYK 0.96 0.16 0 0.71
HSL 190º 0.92% 0.15% -
HSV(B) 190º 0.96% 0.29% -
XYZ 3.09 4.08 7.28 -
YUV 46.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 3 63 75 0.96 0.16 0 0.71 190 0.92 0.15
Hex 3 3F 4B 60 10 0 47 BE 5C F
Octal 3 77 113 140 20 0 107 276 134 17
Binary 11 111111 1001011 1100000 10000 0 1000111 10111110 1011100 1111

Color Harmonies of #033F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F4B

Black with #033F4B

Text Example


Text Example

White with #033F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033F4B; }

 p { color: rgb(3,63,75); }

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

background-color css

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

 a { background-color: rgb(3,63,75); }

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

border-color css

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

 span { border-color: rgb(3,63,75); }

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