Html Css Color HEX #3088C9 Curious Blue

📋 copy color: '#3088C9'

red 48 ◦ green 136 ◦ blue 201

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

Shades of Curious Blue #3088C9

Tints of Curious Blue #3088C9

RGB

 RED value IS 48 (19.14% from 255) = 12.47%

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 12.47%
G = 35.32%
B = 52.21%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3088C9 (or 0x3088C9) is known color: Curious Blue. HEX triplet: 30, 88 and C9. RGB value is (48,136,201). Sum of RGB (Red+Green+Blue) = 48+136+201=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #3088C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088C9 is #CF7736. Grayscale: #747474. Windows color (decimal): -13596471 or 13207600. OLE color: 13207600.

HSL color Cylindrical-coordinate representation of color #3088C9: hue angle of 205.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3088C9 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 136 201 -
CMYK 0.76 0.32 0 0.21
HSL 205.49º 0.61% 0.49% -
HSV(B) 205.49º 0.76% 0.79% -
XYZ 20.57 22.45 58.51 -
YUV 117.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 48 136 201 0.76 0.32 0 0.21 205.49 0.61 0.49
Hex 30 88 C9 4C 20 0 15 CD 3D 31
Octal 60 210 311 114 40 0 25 315 75 61
Binary 110000 10001000 11001001 1001100 100000 0 10101 11001101 111101 110001

Color Harmonies of #3088C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088C9

Black with #3088C9

Text Example


Text Example

White with #3088C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3088C9; }

 p { color: rgb(48,136,201); }

 H1.HeaderClassName
 {
   color: #3088C9;
 }
 .AnyTagClassName
 {
   color: #3088C9;
 }
</style>

background-color css

<style>
 a { background-color: #3088C9; }

 a { background-color: rgb(48,136,201); }

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

border-color css

<style>
 span { border-color: #3088C9; }

 span { border-color: rgb(48,136,201); }

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