Html Css Color HEX #308AB0 Curious Blue

📋 copy color: '#308AB0'

red 48 ◦ green 138 ◦ blue 176

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

Shades of Curious Blue #308AB0

Tints of Curious Blue #308AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.62%

R = 13.26%
G = 38.12%
B = 48.62%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#308AB0 (or 0x308AB0) is known color: Curious Blue. HEX triplet: 30, 8A and B0. RGB value is (48,138,176). Sum of RGB (Red+Green+Blue) = 48+138+176=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #308AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AB0 is #CF754F. Grayscale: #737373. Windows color (decimal): -13595984 or 11569712. OLE color: 11569712.

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

Color convert

RGB 48 138 176 -
CMYK 0.73 0.22 0 0.31
HSL 197.81º 0.57% 0.44% -
HSV(B) 197.81º 0.73% 0.69% -
XYZ 18.14 21.94 44.35 -
YUV 115.42 162.18 79.91 -
System Red Green Blue C M Y K H S L
Decimal 48 138 176 0.73 0.22 0 0.31 197.81 0.57 0.44
Hex 30 8A B0 49 16 0 1F C6 39 2C
Octal 60 212 260 111 26 0 37 306 71 54
Binary 110000 10001010 10110000 1001001 10110 0 11111 11000110 111001 101100

Color Harmonies of #308AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AB0

Black with #308AB0

Text Example


Text Example

White with #308AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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