Html Css Color HEX #0388A5 Eastern Blue

📋 copy color: '#0388A5'

red 3 ◦ green 136 ◦ blue 165

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

Shades of Eastern Blue #0388A5

Tints of Eastern Blue #0388A5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 165 (64.84% from 255) = 54.28%

R = 0.99%
G = 44.74%
B = 54.28%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0388A5 (or 0x0388A5) is known color: Eastern Blue. HEX triplet: 03, 88 and A5. RGB value is (3,136,165). Sum of RGB (Red+Green+Blue) = 3+136+165=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #0388A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0388A5 is #FC775A. Grayscale: #636363. Windows color (decimal): -16545627 or 10848259. OLE color: 10848259.

HSL color Cylindrical-coordinate representation of color #0388A5: hue angle of 190.74º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0388A5 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 136 165 -
CMYK 0.98 0.18 0 0.35
HSL 190.74º 0.96% 0.33% -
HSV(B) 190.74º 0.98% 0.65% -
XYZ 15.63 20.34 38.7 -
YUV 99.54 164.94 59.14 -
System Red Green Blue C M Y K H S L
Decimal 3 136 165 0.98 0.18 0 0.35 190.74 0.96 0.33
Hex 3 88 A5 62 12 0 23 BF 60 21
Octal 3 210 245 142 22 0 43 277 140 41
Binary 11 10001000 10100101 1100010 10010 0 100011 10111111 1100000 100001

Color Harmonies of #0388A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388A5

Black with #0388A5

Text Example


Text Example

White with #0388A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0388A5; }

 p { color: rgb(3,136,165); }

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

background-color css

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

 a { background-color: rgb(3,136,165); }

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

border-color css

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

 span { border-color: rgb(3,136,165); }

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