Html Css Color HEX #3A88CE Curious Blue

📋 copy color: '#3A88CE'

red 58 ◦ green 136 ◦ blue 206

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

Shades of Curious Blue #3A88CE

Tints of Curious Blue #3A88CE

RGB

 RED value IS 58 (23.05% from 255) = 14.5%

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

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

R = 14.5%
G = 34%
B = 51.5%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A88CE (or 0x3A88CE) is known color: Curious Blue. HEX triplet: 3A, 88 and CE. RGB value is (58,136,206). Sum of RGB (Red+Green+Blue) = 58+136+206=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A88CE is #C57731. Grayscale: #787878. Windows color (decimal): -12941106 or 13535290. OLE color: 13535290.

HSL color Cylindrical-coordinate representation of color #3A88CE: hue angle of 208.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A88CE is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 136 206 -
CMYK 0.72 0.34 0 0.19
HSL 208.38º 0.6% 0.52% -
HSV(B) 208.38º 0.72% 0.81% -
XYZ 21.69 22.96 61.68 -
YUV 120.66 176.16 83.31 -
System Red Green Blue C M Y K H S L
Decimal 58 136 206 0.72 0.34 0 0.19 208.38 0.6 0.52
Hex 3A 88 CE 48 22 0 13 D0 3C 34
Octal 72 210 316 110 42 0 23 320 74 64
Binary 111010 10001000 11001110 1001000 100010 0 10011 11010000 111100 110100

Color Harmonies of #3A88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A88CE

Black with #3A88CE

Text Example


Text Example

White with #3A88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A88CE; }

 p { color: rgb(58,136,206); }

 H1.HeaderClassName
 {
   color: #3A88CE;
 }
 .AnyTagClassName
 {
   color: #3A88CE;
 }
</style>

background-color css

<style>
 a { background-color: #3A88CE; }

 a { background-color: rgb(58,136,206); }

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

border-color css

<style>
 span { border-color: #3A88CE; }

 span { border-color: rgb(58,136,206); }

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