Html Css Color HEX #038DC4 Pacific Blue

📋 copy color: '#038DC4'

red 3 ◦ green 141 ◦ blue 196

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

Shades of Pacific Blue #038DC4

Tints of Pacific Blue #038DC4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.47%

 BLUE value IS 196 (76.95% from 255) = 57.65%

R = 0.88%
G = 41.47%
B = 57.65%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#038DC4 (or 0x038DC4) is known color: Pacific Blue. HEX triplet: 03, 8D and C4. RGB value is (3,141,196). Sum of RGB (Red+Green+Blue) = 3+141+196=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #038DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DC4 is #FC723B. Grayscale: #696969. Windows color (decimal): -16544316 or 12881155. OLE color: 12881155.

HSL color Cylindrical-coordinate representation of color #038DC4: hue angle of 197.1º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DC4 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 141 196 -
CMYK 0.98 0.28 0 0.23
HSL 197.1º 0.97% 0.39% -
HSV(B) 197.1º 0.98% 0.77% -
XYZ 19.53 23.05 55.65 -
YUV 106.01 178.78 54.53 -
System Red Green Blue C M Y K H S L
Decimal 3 141 196 0.98 0.28 0 0.23 197.1 0.97 0.39
Hex 3 8D C4 62 1C 0 17 C5 61 27
Octal 3 215 304 142 34 0 27 305 141 47
Binary 11 10001101 11000100 1100010 11100 0 10111 11000101 1100001 100111

Color Harmonies of #038DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DC4

Black with #038DC4

Text Example


Text Example

White with #038DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,196); }

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

background-color css

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

 a { background-color: rgb(3,141,196); }

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

border-color css

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

 span { border-color: rgb(3,141,196); }

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