Html Css Color HEX #308FBB Curious Blue

📋 copy color: '#308FBB'

red 48 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #308FBB

Tints of Curious Blue #308FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 12.7%
G = 37.83%
B = 49.47%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#308FBB (or 0x308FBB) is known color: Curious Blue. HEX triplet: 30, 8F and BB. RGB value is (48,143,187). Sum of RGB (Red+Green+Blue) = 48+143+187=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #308FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FBB is #CF7044. Grayscale: #777777. Windows color (decimal): -13594693 or 12291888. OLE color: 12291888.

HSL color Cylindrical-coordinate representation of color #308FBB: hue angle of 198.99º 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 #308FBB is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 143 187 -
CMYK 0.74 0.24 0 0.27
HSL 198.99º 0.59% 0.46% -
HSV(B) 198.99º 0.74% 0.73% -
XYZ 20.01 23.86 50.56 -
YUV 119.61 166.03 76.92 -
System Red Green Blue C M Y K H S L
Decimal 48 143 187 0.74 0.24 0 0.27 198.99 0.59 0.46
Hex 30 8F BB 4A 18 0 1B C7 3B 2E
Octal 60 217 273 112 30 0 33 307 73 56
Binary 110000 10001111 10111011 1001010 11000 0 11011 11000111 111011 101110

Color Harmonies of #308FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FBB

Black with #308FBB

Text Example


Text Example

White with #308FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,143,187); }

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

background-color css

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

 a { background-color: rgb(48,143,187); }

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

border-color css

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

 span { border-color: rgb(48,143,187); }

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