Html Css Color HEX #038294 Eastern Blue

📋 copy color: '#038294'

red 3 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #038294

Tints of Eastern Blue #038294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

 BLUE value IS 148 (58.2% from 255) = 52.67%

R = 1.07%
G = 46.26%
B = 52.67%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038294 (or 0x038294) is known color: Eastern Blue. HEX triplet: 03, 82 and 94. RGB value is (3,130,148). Sum of RGB (Red+Green+Blue) = 3+130+148=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #038294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038294 is #FC7D6B. Grayscale: #5D5D5D. Windows color (decimal): -16547180 or 9732611. OLE color: 9732611.

HSL color Cylindrical-coordinate representation of color #038294: hue angle of 187.45º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038294 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 130 148 -
CMYK 0.98 0.12 0 0.42
HSL 187.45º 0.96% 0.3% -
HSV(B) 187.45º 0.98% 0.58% -
XYZ 13.37 18.12 30.81 -
YUV 94.08 158.42 63.04 -
System Red Green Blue C M Y K H S L
Decimal 3 130 148 0.98 0.12 0 0.42 187.45 0.96 0.3
Hex 3 82 94 62 C 0 2A BB 60 1E
Octal 3 202 224 142 14 0 52 273 140 36
Binary 11 10000010 10010100 1100010 1100 0 101010 10111011 1100000 11110

Color Harmonies of #038294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038294

Black with #038294

Text Example


Text Example

White with #038294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038294; }

 p { color: rgb(3,130,148); }

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

background-color css

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

 a { background-color: rgb(3,130,148); }

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

border-color css

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

 span { border-color: rgb(3,130,148); }

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