Html Css Color HEX #038BCE Pacific Blue

📋 copy color: '#038BCE'

red 3 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #038BCE

Tints of Pacific Blue #038BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 0.86%
G = 39.94%
B = 59.2%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#038BCE (or 0x038BCE) is known color: Pacific Blue. HEX triplet: 03, 8B and CE. RGB value is (3,139,206). Sum of RGB (Red+Green+Blue) = 3+139+206=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #038BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BCE is #FC7431. Grayscale: #696969. Windows color (decimal): -16544818 or 13536003. OLE color: 13536003.

HSL color Cylindrical-coordinate representation of color #038BCE: hue angle of 199.8º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038BCE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 139 206 -
CMYK 0.99 0.33 0 0.19
HSL 199.8º 0.97% 0.41% -
HSV(B) 199.8º 0.99% 0.81% -
XYZ 20.41 22.94 61.74 -
YUV 105.97 184.44 54.55 -
System Red Green Blue C M Y K H S L
Decimal 3 139 206 0.99 0.33 0 0.19 199.8 0.97 0.41
Hex 3 8B CE 63 21 0 13 C8 61 29
Octal 3 213 316 143 41 0 23 310 141 51
Binary 11 10001011 11001110 1100011 100001 0 10011 11001000 1100001 101001

Color Harmonies of #038BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BCE

Black with #038BCE

Text Example


Text Example

White with #038BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038BCE; }

 p { color: rgb(3,139,206); }

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

background-color css

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

 a { background-color: rgb(3,139,206); }

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

border-color css

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

 span { border-color: rgb(3,139,206); }

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