Html Css Color HEX #03758F Eastern Blue

📋 copy color: '#03758F'

red 3 ◦ green 117 ◦ blue 143

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

Shades of Eastern Blue #03758F

Tints of Eastern Blue #03758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 1.14%
G = 44.49%
B = 54.37%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03758F (or 0x03758F) is known color: Eastern Blue. HEX triplet: 03, 75 and 8F. RGB value is (3,117,143). Sum of RGB (Red+Green+Blue) = 3+117+143=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #03758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758F is #FC8A70. Grayscale: #555555. Windows color (decimal): -16550513 or 9401603. OLE color: 9401603.

HSL color Cylindrical-coordinate representation of color #03758F: hue angle of 191.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03758F is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 117 143 -
CMYK 0.98 0.18 0 0.44
HSL 191.14º 0.96% 0.29% -
HSV(B) 191.14º 0.98% 0.56% -
XYZ 11.36 14.73 28.23 -
YUV 85.88 160.23 68.89 -
System Red Green Blue C M Y K H S L
Decimal 3 117 143 0.98 0.18 0 0.44 191.14 0.96 0.29
Hex 3 75 8F 62 12 0 2C BF 60 1D
Octal 3 165 217 142 22 0 54 277 140 35
Binary 11 1110101 10001111 1100010 10010 0 101100 10111111 1100000 11101

Color Harmonies of #03758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03758F

Black with #03758F

Text Example


Text Example

White with #03758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03758F; }

 p { color: rgb(3,117,143); }

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

background-color css

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

 a { background-color: rgb(3,117,143); }

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

border-color css

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

 span { border-color: rgb(3,117,143); }

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