Html Css Color HEX #307CBE Curious Blue

📋 copy color: '#307CBE'

red 48 ◦ green 124 ◦ blue 190

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

Shades of Curious Blue #307CBE

Tints of Curious Blue #307CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 13.26%
G = 34.25%
B = 52.49%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#307CBE (or 0x307CBE) is known color: Curious Blue. HEX triplet: 30, 7C and BE. RGB value is (48,124,190). Sum of RGB (Red+Green+Blue) = 48+124+190=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #307CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CBE is #CF8341. Grayscale: #6C6C6C. Windows color (decimal): -13599554 or 12483632. OLE color: 12483632.

HSL color Cylindrical-coordinate representation of color #307CBE: hue angle of 207.89º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #307CBE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 124 190 -
CMYK 0.75 0.35 0 0.25
HSL 207.89º 0.6% 0.47% -
HSV(B) 207.89º 0.75% 0.75% -
XYZ 17.72 18.76 51.4 -
YUV 108.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 48 124 190 0.75 0.35 0 0.25 207.89 0.6 0.47
Hex 30 7C BE 4B 23 0 19 D0 3C 2F
Octal 60 174 276 113 43 0 31 320 74 57
Binary 110000 1111100 10111110 1001011 100011 0 11001 11010000 111100 101111

Color Harmonies of #307CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CBE

Black with #307CBE

Text Example


Text Example

White with #307CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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