Html Css Color HEX #307CBC Curious Blue

📋 copy color: '#307CBC'

red 48 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #307CBC

Tints of Curious Blue #307CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

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

R = 13.33%
G = 34.44%
B = 52.22%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#307CBC (or 0x307CBC) is known color: Curious Blue. HEX triplet: 30, 7C and BC. RGB value is (48,124,188). Sum of RGB (Red+Green+Blue) = 48+124+188=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #307CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CBC is #CF8343. Grayscale: #6C6C6C. Windows color (decimal): -13599556 or 12352560. OLE color: 12352560.

HSL color Cylindrical-coordinate representation of color #307CBC: hue angle of 207.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 #307CBC is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 124 188 -
CMYK 0.74 0.34 0 0.26
HSL 207.43º 0.59% 0.46% -
HSV(B) 207.43º 0.74% 0.74% -
XYZ 17.5 18.67 50.26 -
YUV 108.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 48 124 188 0.74 0.34 0 0.26 207.43 0.59 0.46
Hex 30 7C BC 4A 22 0 1A CF 3B 2E
Octal 60 174 274 112 42 0 32 317 73 56
Binary 110000 1111100 10111100 1001010 100010 0 11010 11001111 111011 101110

Color Harmonies of #307CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CBC

Black with #307CBC

Text Example


Text Example

White with #307CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307CBC; }

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

 H1.HeaderClassName
 {
   color: #307CBC;
 }
 .AnyTagClassName
 {
   color: #307CBC;
 }
</style>

background-color css

<style>
 a { background-color: #307CBC; }

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

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

border-color css

<style>
 span { border-color: #307CBC; }

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

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