Html Css Color HEX #308AB9 Curious Blue

📋 copy color: '#308AB9'

red 48 ◦ green 138 ◦ blue 185

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

Shades of Curious Blue #308AB9

Tints of Curious Blue #308AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.87%

R = 12.94%
G = 37.2%
B = 49.87%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308AB9 (or 0x308AB9) is known color: Curious Blue. HEX triplet: 30, 8A and B9. RGB value is (48,138,185). Sum of RGB (Red+Green+Blue) = 48+138+185=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #308AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308AB9 is #CF7546. Grayscale: #747474. Windows color (decimal): -13595975 or 12159536. OLE color: 12159536.

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

Color convert

RGB 48 138 185 -
CMYK 0.74 0.25 0 0.27
HSL 200.58º 0.59% 0.46% -
HSV(B) 200.58º 0.74% 0.73% -
XYZ 19.06 22.31 49.2 -
YUV 116.45 166.68 79.18 -
System Red Green Blue C M Y K H S L
Decimal 48 138 185 0.74 0.25 0 0.27 200.58 0.59 0.46
Hex 30 8A B9 4A 19 0 1B C9 3B 2E
Octal 60 212 271 112 31 0 33 311 73 56
Binary 110000 10001010 10111001 1001010 11001 0 11011 11001001 111011 101110

Color Harmonies of #308AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AB9

Black with #308AB9

Text Example


Text Example

White with #308AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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