Html Css Color HEX #308ABC Curious Blue

📋 copy color: '#308ABC'

red 48 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #308ABC

Tints of Curious Blue #308ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 12.83%
G = 36.9%
B = 50.27%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#308ABC (or 0x308ABC) is known color: Curious Blue. HEX triplet: 30, 8A and BC. RGB value is (48,138,188). Sum of RGB (Red+Green+Blue) = 48+138+188=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #308ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ABC is #CF7543. Grayscale: #747474. Windows color (decimal): -13595972 or 12356144. OLE color: 12356144.

HSL color Cylindrical-coordinate representation of color #308ABC: hue angle of 201.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308ABC is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 138 188 -
CMYK 0.74 0.27 0 0.26
HSL 201.43º 0.59% 0.46% -
HSV(B) 201.43º 0.74% 0.74% -
XYZ 19.38 22.44 50.89 -
YUV 116.79 168.18 78.93 -
System Red Green Blue C M Y K H S L
Decimal 48 138 188 0.74 0.27 0 0.26 201.43 0.59 0.46
Hex 30 8A BC 4A 1B 0 1A C9 3B 2E
Octal 60 212 274 112 33 0 32 311 73 56
Binary 110000 10001010 10111100 1001010 11011 0 11010 11001001 111011 101110

Color Harmonies of #308ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ABC

Black with #308ABC

Text Example


Text Example

White with #308ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308ABC; }

 p { color: rgb(48,138,188); }

 H1.HeaderClassName
 {
   color: #308ABC;
 }
 .AnyTagClassName
 {
   color: #308ABC;
 }
</style>

background-color css

<style>
 a { background-color: #308ABC; }

 a { background-color: rgb(48,138,188); }

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

border-color css

<style>
 span { border-color: #308ABC; }

 span { border-color: rgb(48,138,188); }

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