Html Css Color HEX #308AB2 Curious Blue

📋 copy color: '#308AB2'

red 48 ◦ green 138 ◦ blue 178

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

Shades of Curious Blue #308AB2

Tints of Curious Blue #308AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 13.19%
G = 37.91%
B = 48.9%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#308AB2 (or 0x308AB2) is known color: Curious Blue. HEX triplet: 30, 8A and B2. RGB value is (48,138,178). Sum of RGB (Red+Green+Blue) = 48+138+178=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #308AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AB2 is #CF754D. Grayscale: #737373. Windows color (decimal): -13595982 or 11700784. OLE color: 11700784.

HSL color Cylindrical-coordinate representation of color #308AB2: hue angle of 198.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308AB2 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 138 178 -
CMYK 0.73 0.22 0 0.30
HSL 198.46º 0.58% 0.44% -
HSV(B) 198.46º 0.73% 0.7% -
XYZ 18.34 22.02 45.4 -
YUV 115.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 48 138 178 0.73 0.22 0 0.30 198.46 0.58 0.44
Hex 30 8A B2 49 16 0 1E C6 3A 2C
Octal 60 212 262 111 26 0 36 306 72 54
Binary 110000 10001010 10110010 1001001 10110 0 11110 11000110 111010 101100

Color Harmonies of #308AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AB2

Black with #308AB2

Text Example


Text Example

White with #308AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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