Html Css Color HEX #038CCA Pacific Blue

📋 copy color: '#038CCA'

red 3 ◦ green 140 ◦ blue 202

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

Shades of Pacific Blue #038CCA

Tints of Pacific Blue #038CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 0.87%
G = 40.58%
B = 58.55%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#038CCA (or 0x038CCA) is known color: Pacific Blue. HEX triplet: 03, 8C and CA. RGB value is (3,140,202). Sum of RGB (Red+Green+Blue) = 3+140+202=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #038CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CCA is #FC7335. Grayscale: #696969. Windows color (decimal): -16544566 or 13274115. OLE color: 13274115.

HSL color Cylindrical-coordinate representation of color #038CCA: hue angle of 198.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CCA is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 140 202 -
CMYK 0.99 0.31 0 0.21
HSL 198.69º 0.97% 0.4% -
HSV(B) 198.69º 0.99% 0.79% -
XYZ 20.08 23.04 59.27 -
YUV 106.11 182.11 54.46 -
System Red Green Blue C M Y K H S L
Decimal 3 140 202 0.99 0.31 0 0.21 198.69 0.97 0.4
Hex 3 8C CA 63 1F 0 15 C7 61 28
Octal 3 214 312 143 37 0 25 307 141 50
Binary 11 10001100 11001010 1100011 11111 0 10101 11000111 1100001 101000

Color Harmonies of #038CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CCA

Black with #038CCA

Text Example


Text Example

White with #038CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,140,202); }

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

background-color css

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

 a { background-color: rgb(3,140,202); }

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

border-color css

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

 span { border-color: rgb(3,140,202); }

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