Html Css Color HEX #3088CF Curious Blue

📋 copy color: '#3088CF'

red 48 ◦ green 136 ◦ blue 207

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

Shades of Curious Blue #3088CF

Tints of Curious Blue #3088CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 12.28%
G = 34.78%
B = 52.94%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3088CF (or 0x3088CF) is known color: Curious Blue. HEX triplet: 30, 88 and CF. RGB value is (48,136,207). Sum of RGB (Red+Green+Blue) = 48+136+207=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3088CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088CF is #CF7730. Grayscale: #757575. Windows color (decimal): -13596465 or 13600816. OLE color: 13600816.

HSL color Cylindrical-coordinate representation of color #3088CF: hue angle of 206.79º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3088CF is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 136 207 -
CMYK 0.77 0.34 0 0.19
HSL 206.79º 0.62% 0.5% -
HSV(B) 206.79º 0.77% 0.81% -
XYZ 21.29 22.74 62.3 -
YUV 117.78 178.35 78.23 -
System Red Green Blue C M Y K H S L
Decimal 48 136 207 0.77 0.34 0 0.19 206.79 0.62 0.5
Hex 30 88 CF 4D 22 0 13 CF 3E 32
Octal 60 210 317 115 42 0 23 317 76 62
Binary 110000 10001000 11001111 1001101 100010 0 10011 11001111 111110 110010

Color Harmonies of #3088CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3088CF

Black with #3088CF

Text Example


Text Example

White with #3088CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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