Html Css Color HEX #038BCC Pacific Blue

📋 copy color: '#038BCC'

red 3 ◦ green 139 ◦ blue 204

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

Shades of Pacific Blue #038BCC

Tints of Pacific Blue #038BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 0.87%
G = 40.17%
B = 58.96%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#038BCC (or 0x038BCC) is known color: Pacific Blue. HEX triplet: 03, 8B and CC. RGB value is (3,139,204). Sum of RGB (Red+Green+Blue) = 3+139+204=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #038BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BCC is #FC7433. Grayscale: #696969. Windows color (decimal): -16544820 or 13404931. OLE color: 13404931.

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

Color convert

RGB 3 139 204 -
CMYK 0.99 0.32 0 0.2
HSL 199.4º 0.97% 0.41% -
HSV(B) 199.4º 0.99% 0.8% -
XYZ 20.17 22.84 60.47 -
YUV 105.75 183.44 54.71 -
System Red Green Blue C M Y K H S L
Decimal 3 139 204 0.99 0.32 0 0.2 199.4 0.97 0.41
Hex 3 8B CC 63 20 0 14 C7 61 29
Octal 3 213 314 143 40 0 24 307 141 51
Binary 11 10001011 11001100 1100011 100000 0 10100 11000111 1100001 101001

Color Harmonies of #038BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BCC

Black with #038BCC

Text Example


Text Example

White with #038BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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